OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:creation_sequence
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/
threshold.py
48
def
creation_sequence
(degree_sequence,with_labels=False,compact=False):
function
104
def make_compact(
creation_sequence
):
117
first=
creation_sequence
[0]
119
cs =
creation_sequence
[:]
121
cs = [ s[1] for s in
creation_sequence
]
123
return
creation_sequence
138
def uncompact(
creation_sequence
):
142
If the
creation_sequence
is already standard, return it.
143
See
creation_sequence
.
145
first=
creation_sequence
[0
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/tests/
test_threshold.py
39
cs0=nxt.
creation_sequence
(deg)
43
cs1=nxt.
creation_sequence
(deg, with_labels=True)
47
cs2=nxt.
creation_sequence
(deg, compact=True)
58
cs1=nxt.
creation_sequence
(deg, with_labels=True)
117
cs=nxt.
creation_sequence
(TG.degree(),with_labels=True)
Completed in 444 milliseconds