All Samples(159) | Call(0) | Derive(0) | Import(159)
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/pyisapie-HEAD/Tags/Imported/v1-0-3/PyISAPIe/Python/Examples/Advanced/URL.py pyisapie(Download)
from Http import Config, Env from Http.Watch import Watch from WWW.URL import Map from sys import modules from re import search import re, sys
src/p/y/pyisapie-HEAD/Tags/1.1.0-rc4/PyISAPIe/Python/Examples/Advanced/URL.py pyisapie(Download)
from Http import Config, Env from Http.Watch import Watch from WWW.URL import Map from sys import modules from re import search import re, sys
src/p/y/pyisapie-HEAD/Tags/1.1.0-rc3/PyISAPIe/Python/Examples/Advanced/URL.py pyisapie(Download)
from Http import Config, Env from Http.Watch import Watch from WWW.URL import Map from sys import modules from re import search import re, sys
src/p/y/pyisapie-HEAD/Tags/1.1.0-rc2/PyISAPIe/Python/Examples/Advanced/URL.py pyisapie(Download)
from Http import Config, Env from Http.Watch import Watch from WWW.URL import Map from sys import modules from re import search import re, sys
src/p/y/pyisapie-HEAD/Tags/1.1.0-rc1/PyISAPIe/Python/Examples/Advanced/URL.py pyisapie(Download)
from Http import Config, Env from Http.Watch import Watch from WWW.URL import Map from sys import modules from re import search import re, sys
src/p/y/pyisapie-HEAD/Tags/1.0.4/PyISAPIe/Python/Examples/Advanced/URL.py pyisapie(Download)
from Http import Config, Env from Http.Watch import Watch from WWW.URL import Map from sys import modules from re import search import re, sys
src/p/y/pyisapie-HEAD/Tags/1.0.130/PyISAPIe/Python/Examples/Advanced/URL.py pyisapie(Download)
from Http import Config, Env from Http.Watch import Watch from WWW.URL import Map from sys import modules from re import search import re, sys
src/p/y/pyisapie-HEAD/Tags/1.0.128/PyISAPIe/Python/Examples/Advanced/URL.py pyisapie(Download)
from Http import Config, Env from Http.Watch import Watch from WWW.URL import Map from sys import modules from re import search import re, sys
src/p/y/pyisapie-HEAD/Tags/1.0.125/PyISAPIe/Python/Examples/Advanced/URL.py pyisapie(Download)
from Http import Config, Env from Http.Watch import Watch from WWW.URL import Map from sys import modules from re import search import re, sys
src/p/y/pyisapie-HEAD/Tags/1.0.121/PyISAPIe/Python/Examples/Advanced/URL.py pyisapie(Download)
from Http import Config, Env from Http.Watch import Watch from WWW.URL import Map from sys import modules from re import search import re, sys
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next