Home
last modified time | relevance | path

Searched defs:call_method (Results 1 – 6 of 6) sorted by relevance

/third_party/node/tools/inspector_protocol/jinja2/
Dext.py119 def call_method(self, name, args=None, kwargs=None, dyn_args=None, member in Extension
/third_party/skia/third_party/externals/jinja2/
Dext.py122 def call_method( member in Extension
/third_party/node/deps/v8/third_party/jinja2/
Dext.py122 def call_method( member in Extension
/third_party/python/Lib/test/
Dtest_generators.py524 def check_yield_from_example(self, call_method): argument
/third_party/jinja2/
Dext.py137 def call_method( member in Extension
/third_party/python/Modules/
D_pickle.c429 call_method(PyObject *func, PyObject *self, PyObject *obj) in call_method() function