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

Method month

Lib/_pydatetime.py:1133–1135  ·  view source on GitHub ↗

month (1-12)

(self)

Source from the content-addressed store, hash-verified

1131
1132 @property
1133 def month(self):
1134 """month (1-12)"""
1135 return self._month
1136
1137 @property
1138 def day(self):

Callers 1

new_innerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected