MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / push

Method push

suds/xsd/sxbase.py:547–553  ·  view source on GitHub ↗

Create a frame and push the specified object. @param sx: A schema object to push. @type sx: L{SchemaObject}

(self, sx)

Source from the content-addressed store, hash-verified

545 self.push(sx)
546
547 def push(self, sx):
548 """
549 Create a frame and push the specified object.
550 @param sx: A schema object to push.
551 @type sx: L{SchemaObject}
552 """
553 self.stack.append(Iter.Frame(sx))
554
555 def pop(self):
556 """

Callers 15

__init__Method · 0.95
nextMethod · 0.95
oaFunction · 0.45
jquery.jsFile · 0.45
kFunction · 0.45
CollapseFunction · 0.45
bootstrap.jsFile · 0.45
iFunction · 0.45
bootstrap.min.jsFile · 0.45
prism.jsFile · 0.45
setGuttersForLineNumbersFunction · 0.45
computeIntactFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected