MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / prefix

Method prefix

tools/python-3.11.9-amd64/Lib/lib2to3/pytree.py:384–388  ·  view source on GitHub ↗

The whitespace and comments preceding this token in the input.

(self)

Source from the content-addressed store, hash-verified

382
383 @property
384 def prefix(self):
385 """
386 The whitespace and comments preceding this token in the input.
387 """
388 return self._prefix
389
390 @prefix.setter
391 def prefix(self, prefix):

Callers

nothing calls this directly

Calls 1

changedMethod · 0.80

Tested by

no test coverage detected