MCPcopy Index your code
hub / github.com/RustPython/RustPython / year

Method year

Lib/_pydatetime.py:1128–1130  ·  view source on GitHub ↗

year (1-9999)

(self)

Source from the content-addressed store, hash-verified

1126 # Read-only field accessors
1127 @property
1128 def year(self):
1129 """year (1-9999)"""
1130 return self._year
1131
1132 @property
1133 def month(self):

Callers 1

new_innerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected