OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_staticmethod
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py
97
self.
is_staticmethod
= False
156
if self.
is_staticmethod
:
[
all
...]
Nodes.py
[
all
...]
ExprNodes.py
[
all
...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
CythonFunction.c
981
int
is_staticmethod
= binding_func->func.flags & __Pyx_CYFUNCTION_STATICMETHOD;
local
[
all
...]
Completed in 1649 milliseconds