MCPcopy Index your code
hub / github.com/kubernetes-client/python / get_watch_argument_name

Method get_watch_argument_name

kubernetes/base/watch/watch.py:113–117  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

111 return return_type
112
113 def get_watch_argument_name(self, func):
114 if PYDOC_FOLLOW_PARAM in pydoc.getdoc(func):
115 return 'follow'
116 else:
117 return 'watch'
118
119 def unmarshal_event(self, data, return_type):
120 if not data or data.isspace():

Callers 1

streamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected