MCPcopy Create free account
hub / github.com/Kitware/VTK / __init__

Method __init__

Web/Python/vtkmodules/web/testing.py:442–447  ·  view source on GitHub ↗
(self, size=None, browser=None, **kwargs)

Source from the content-addressed store, hash-verified

440 """
441
442 def __init__(self, size=None, browser=None, **kwargs):
443 self.size = size
444 self.browser = browser
445 self.window = None
446
447 WebTest.__init__(self, **kwargs)
448
449 def initialize(self):
450 try:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected