MCPcopy Index your code
hub / github.com/clips/pattern / now

Method now

pattern/web/__init__.py:122–125  ·  view source on GitHub ↗

Waits for the function to finish and yields its return value.

(self)

Source from the content-addressed store, hash-verified

120 self._error = e
121
122 def now(self):
123 """ Waits for the function to finish and yields its return value.
124 """
125 self._thread.join(); return self._response
126
127 @property
128 def elapsed(self):

Callers 3

__init__.pyFile · 0.80
dateFunction · 0.80
test_dateMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_dateMethod · 0.64