mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
ubuiltins: Document dict.
This just adds a direct reference to the Python docs.
This commit is contained in:
@@ -301,7 +301,14 @@ class dict:
|
||||
|
||||
def __init__(self, *args, **kwargs) -> None:
|
||||
"""
|
||||
Creates a new dictionary.
|
||||
dict(**kwargs)
|
||||
dict(mapping, **kwargs)
|
||||
dict(iterable, **kwargs)
|
||||
|
||||
See the standard
|
||||
`Python documentation
|
||||
<https://docs.python.org/3/library/stdtypes.html#mapping-types-dict>`_
|
||||
for a comprehensive reference with examples.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user