forked from rstudio/reticulate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
184 lines (183 loc) · 5.25 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# Generated by roxygen2: do not edit by hand
S3method("!=",python.builtin.object)
S3method("$",python.builtin.dict)
S3method("$",python.builtin.module)
S3method("$",python.builtin.object)
S3method("$<-",python.builtin.dict)
S3method("$<-",python.builtin.object)
S3method("<",python.builtin.object)
S3method("<=",python.builtin.object)
S3method("==",python.builtin.object)
S3method(">",python.builtin.object)
S3method(">=",python.builtin.object)
S3method("[",python.builtin.dict)
S3method("[",python.builtin.object)
S3method("[<-",python.builtin.dict)
S3method("[[",python.builtin.dict)
S3method("[[",python.builtin.object)
S3method("[[<-",python.builtin.dict)
S3method("[[<-",python.builtin.object)
S3method(.DollarNames,python.builtin.module)
S3method(.DollarNames,python.builtin.object)
S3method(as.array,numpy.ndarray)
S3method(as.character,python.builtin.bytes)
S3method(as.character,python.builtin.object)
S3method(as.double,numpy.ndarray)
S3method(as.environment,python.builtin.object)
S3method(as.matrix,numpy.ndarray)
S3method(as.vector,numpy.ndarray)
S3method(dim,pandas.core.frame.DataFrame)
S3method(dim,pandas.core.series.Series)
S3method(dim,scipy.sparse.base.spmatrix)
S3method(length,numpy.ndarray)
S3method(length,pandas.core.frame.DataFrame)
S3method(length,pandas.core.series.Series)
S3method(length,python.builtin.dict)
S3method(length,python.builtin.list)
S3method(length,python.builtin.tuple)
S3method(length,scipy.sparse.base.spmatrix)
S3method(names,python.builtin.module)
S3method(names,python.builtin.object)
S3method(plot,numpy.ndarray)
S3method(print,py_config)
S3method(print,py_wrapper)
S3method(print,python.builtin.object)
S3method(py_str,default)
S3method(py_str,python.builtin.bytearray)
S3method(py_str,python.builtin.dict)
S3method(py_str,python.builtin.list)
S3method(py_str,python.builtin.module)
S3method(py_str,python.builtin.object)
S3method(py_str,python.builtin.tuple)
S3method(py_to_r,collections.OrderedDict)
S3method(py_to_r,datetime.date)
S3method(py_to_r,datetime.datetime)
S3method(py_to_r,default)
S3method(py_to_r,numpy.ndarray)
S3method(py_to_r,pandas.core.arrays.categorical.Categorical)
S3method(py_to_r,pandas.core.categorical.Categorical)
S3method(py_to_r,pandas.core.frame.DataFrame)
S3method(py_to_r,pandas.core.series.Series)
S3method(py_to_r,python.builtin.list)
S3method(py_to_r,python.builtin.tuple)
S3method(py_to_r,scipy.sparse.base.spmatrix)
S3method(py_to_r,scipy.sparse.coo.coo_matrix)
S3method(py_to_r,scipy.sparse.csc.csc_matrix)
S3method(py_to_r,scipy.sparse.csr.csr_matrix)
S3method(py_to_r_wrapper,default)
S3method(r_to_py,Date)
S3method(r_to_py,POSIXt)
S3method(r_to_py,data.frame)
S3method(r_to_py,default)
S3method(r_to_py,dgCMatrix)
S3method(r_to_py,dgRMatrix)
S3method(r_to_py,dgTMatrix)
S3method(r_to_py,factor)
S3method(r_to_py,list)
S3method(r_to_py,sparseMatrix)
S3method(str,py_config)
S3method(str,python.builtin.module)
S3method(str,python.builtin.object)
S3method(summary,pandas.core.frame.DataFrame)
S3method(summary,pandas.core.series.Series)
S3method(summary,python.builtin.object)
S3method(with,python.builtin.object)
export("%as%")
export(PyClass)
export(array_reshape)
export(as_iterator)
export(conda_binary)
export(conda_create)
export(conda_install)
export(conda_list)
export(conda_python)
export(conda_remove)
export(conda_version)
export(configure_environment)
export(dict)
export(eng_python)
export(import)
export(import_builtins)
export(import_from_path)
export(import_main)
export(install_miniconda)
export(iter_next)
export(iterate)
export(miniconda_path)
export(miniconda_update)
export(np_array)
export(py)
export(py_available)
export(py_call)
export(py_capture_output)
export(py_clear_last_error)
export(py_config)
export(py_config_error_message)
export(py_del_item)
export(py_dict)
export(py_discover_config)
export(py_ellipsis)
export(py_eval)
export(py_func)
export(py_function_docs)
export(py_function_wrapper)
export(py_get_attr)
export(py_get_item)
export(py_has_attr)
export(py_help)
export(py_id)
export(py_install)
export(py_is_null_xptr)
export(py_iterator)
export(py_last_error)
export(py_len)
export(py_list_attributes)
export(py_load_object)
export(py_main_thread_func)
export(py_module_available)
export(py_numpy_available)
export(py_run_file)
export(py_run_string)
export(py_save_object)
export(py_set_attr)
export(py_set_item)
export(py_set_seed)
export(py_str)
export(py_suppress_warnings)
export(py_to_r)
export(py_to_r_wrapper)
export(py_unicode)
export(py_validate_xptr)
export(py_versions_windows)
export(r_to_py)
export(register_class_filter)
export(register_help_topics)
export(register_module_help_handler)
export(register_suppress_warnings_handler)
export(repl_python)
export(source_python)
export(tuple)
export(use_condaenv)
export(use_miniconda)
export(use_python)
export(use_virtualenv)
export(virtualenv_create)
export(virtualenv_install)
export(virtualenv_list)
export(virtualenv_python)
export(virtualenv_remove)
export(virtualenv_root)
importFrom(Matrix,Matrix)
importFrom(Rcpp,evalCpp)
importFrom(graphics,plot)
importFrom(jsonlite,fromJSON)
importFrom(methods,as)
importFrom(methods,new)
importFrom(utils,.DollarNames)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,file_test)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,str)
useDynLib(reticulate, .registration = TRUE)