зеркало из https://github.com/Azure/AzureGraph.git
add print method for ms_graph_pager
This commit is contained in:
Родитель
1eebbb9fd3
Коммит
8e54902411
|
@ -95,6 +95,14 @@ public=list(
|
|||
has_data=function()
|
||||
{
|
||||
!is.null(private$next_value)
|
||||
},
|
||||
|
||||
print=function(...)
|
||||
{
|
||||
cat("<Graph pager object>\n", sep="")
|
||||
cat(" output:", self$output, "\n")
|
||||
cat(" has data:", self$has_data(), "\n")
|
||||
invisible(self)
|
||||
}
|
||||
),
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче