MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / fnsuffix

Method fnsuffix

suds/cache.py:160–166  ·  view source on GitHub ↗

Get the file name suffix @return: The suffix @rtype: str

(self)

Source from the content-addressed store, hash-verified

158 self.checkversion()
159
160 def fnsuffix(self):
161 """
162 Get the file name suffix
163 @return: The suffix
164 @rtype: str
165 """
166 return 'gcf'
167
168 def setduration(self, **duration):
169 """

Callers 1

__fnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected