Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(0) | Derive(0) | Import(2)
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
src/p/y/Pymol-script-repo-HEAD/modules/ADT/PyBabel/bo.py Pymol-script-repo(Download)
import string, math from babelAtomTypes import babel_types from babelElements import babel_elements from util import *
src/p/y/Pymol-script-repo-HEAD/modules/ADT/PyBabel/atomTypes.py Pymol-script-repo(Download)
import string from babelAtomTypes import babel_types from babelElements import babel_elements from util import *