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
Optional is implemented as a union type and provides_nodes doesn't handle those, so it will return False for, say, a property of type List[Optional[Node]]
Optional is implemented as a union type and provides_nodes doesn't handle those, so it will return
Falsefor, say, a property of typeList[Optional[Node]]