You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output: Any=None# TODO: Very dynamic; probably untypeable in its current form?
Most of the time, it's a str, but whenever we're inside one of the methods called by DSLParser.parse(), it's a list of strings. See my essay in python#106519 (comment) for more.
The text was updated successfully, but these errors were encountered:
Block.output
is incredibly un-type-safe at the moment:cpython/Tools/clinic/clinic.py
Line 1710 in 49f238e
Most of the time, it's a
str
, but whenever we're inside one of the methods called byDSLParser.parse()
, it's a list of strings. See my essay in python#106519 (comment) for more.The text was updated successfully, but these errors were encountered: