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

Method GetMethod

tests/external/gmock-1.7.0/scripts/generator/cpp/ast.py:952–956  ·  view source on GitHub ↗
(self, modifiers, templated_types)

Source from the content-addressed store, hash-verified

950 return tokens, next_token
951
952 def GetMethod(self, modifiers, templated_types):
953 return_type_and_name = self._GetTokensUpTo(tokenize.SYNTAX, '(')
954 assert len(return_type_and_name) >= 1
955 return self._GetMethod(return_type_and_name, modifiers, templated_types,
956 False)
957
958 def _GetMethod(self, return_type_and_name, modifiers, templated_types,
959 get_paren):

Callers 4

handle_virtualMethod · 0.95
handle_templateMethod · 0.95
_GetClassMethod · 0.95
handle_explicitMethod · 0.95

Calls 2

_GetTokensUpToMethod · 0.95
_GetMethodMethod · 0.95

Tested by

no test coverage detected