MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / Method

Class Method

tests/external/gmock-1.7.0/scripts/generator/cpp/ast.py:398–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396
397
398class Method(Function):
399 def __init__(self, start, end, name, in_class, return_type, parameters,
400 modifiers, templated_types, body, namespace):
401 Function.__init__(self, start, end, name, return_type, parameters,
402 modifiers, templated_types, body, namespace)
403 # TODO(nnorwitz): in_class could also be a namespace which can
404 # mess up finding functions properly.
405 self.in_class = in_class
406
407
408class Type(_GenericDeclaration):

Callers 2

TESTFunction · 0.85
_GetMethodMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68