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
The constructor initializes a python dictionary with dict([]), which simply inits an empty dictionary. The array in the dict constructor is not required and IMO is more confusing than simply initializing with dict()
The constructor initializes a python dictionary with
dict([])
, which simply inits an empty dictionary. The array in the dict constructor is not required and IMO is more confusing than simply initializing withdict()
thesdk/thesdk/__init__.py
Line 594 in fbad641
The text was updated successfully, but these errors were encountered: