MCPcopy
hub / github.com/django/django / F

Method F

django/utils/dateformat.py:225–227  ·  view source on GitHub ↗

Month, textual, long; e.g. 'January

(self)

Source from the content-addressed store, hash-verified

223 return MONTHS_ALT[self.data.month]
224
225 def F(self):
226 "Month, textual, long; e.g. 'January'"
227 return MONTHS[self.data.month]
228
229 def I(self): # NOQA: E743, E741
230 "'1' if daylight saving time, '0' otherwise."

Callers 15

replace_expressionsMethod · 0.80
test_eqMethod · 0.80
test_reprMethod · 0.80
test_deconstructionMethod · 0.80
test_validateMethod · 0.80

Calls

no outgoing calls