MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / endswith

Method endswith

Editor/Python/Lib/UserString.py:83–84  ·  view source on GitHub ↗
(self, suffix, start=0, end=sys.maxint)

Source from the content-addressed store, hash-verified

81 else:
82 return self.__class__(self.data.encode())
83 def endswith(self, suffix, start=0, end=sys.maxint):
84 return self.data.endswith(suffix, start, end)
85 def expandtabs(self, tabsize=8):
86 return self.__class__(self.data.expandtabs(tabsize))
87 def find(self, sub, start=0, end=sys.maxint):

Callers 15

to_patMethod · 0.80
get_bldMethod · 0.80
_can_distcleanFunction · 0.80
updateFunction · 0.80
modifFunction · 0.80
get_hookMethod · 0.80
x_fileFunction · 0.80
process_substFunction · 0.80
__init__Method · 0.80
unversioned_sys_platformFunction · 0.80
get_matcherMethod · 0.80
idl_fileFunction · 0.80

Calls

no outgoing calls

Tested by 4

getvalueMethod · 0.64
_ellipsis_matchFunction · 0.64
__init__Method · 0.64
_testFunction · 0.64