Beispiel #1
0
 def __init__(self,
              id,
              package=None,
              entry_subpath=None,
              filepath=None,
              fullname=None,
              properties=None):
     FSObject.__init__(self, id, package, entry_subpath, filepath, fullname,
                       properties)
     self.ZBindings_edit(self._default_bindings)
Beispiel #2
0
 def __init__(self,
              id,
              package=None,
              entry_subpath=None,
              filepath=None,
              fullname=None,
              properties=None):
     id = fullname or id  # Use the whole filename.
     FSObject.__init__(self, id, package, entry_subpath, filepath, fullname,
                       properties)
Beispiel #3
0
 def __init__(self,
              id,
              package=None,
              entry_subpath=None,
              filepath=None,
              fullname=None,
              properties=None):
     FSObject.__init__(self, id, package, entry_subpath, filepath, fullname,
                       properties)
     # Normally called via HTML.__init__ but we don't need the rest that
     # happens there.
     self.initvars(None, {})
Beispiel #4
0
 def __init__(self, id, filepath, fullname=None, properties=None):
     id = fullname or id # Use the whole filename.
     FSObject.__init__(self, id, filepath, fullname, properties)
Beispiel #5
0
 def __init__(self, id, filepath, fullname=None, properties=None):
     FSObject.__init__(self, id, filepath, fullname, properties)
Beispiel #6
0
 def __init__(self, id, filepath, fullname=None, properties=None):
     id = fullname or id # Use the whole filename.
     FSObject.__init__(self, id, filepath, fullname, properties)
Beispiel #7
0
 def __init__(self, id, filepath, fullname=None, properties=None):
     FSObject.__init__(self, id, filepath, fullname, properties)
     self.ZBindings_edit(self._default_bindings)
Beispiel #8
0
 def __init__(self, id, filepath, fullname=None, properties=None):
     FSObject.__init__(self, id, filepath, fullname, properties)
     # Normally called via HTML.__init__ but we don't need the rest that
     # happens there.
     self.initvars(None, {})
Beispiel #9
0
 def __init__(self, id, filepath, fullname=None, properties=None):
     FSObject.__init__(self, id, filepath, fullname, properties)
     self.ZBindings_edit(defaultBindings)
Beispiel #10
0
 def __init__(self, id, package=None, entry_subpath=None, filepath=None,
              fullname=None, properties=None):
     id = fullname or id # Use the whole filename.
     FSObject.__init__(self, id, package, entry_subpath, filepath,
                       fullname, properties)
Beispiel #11
0
 def __init__(self, id, package=None, entry_subpath=None, filepath=None,
              fullname=None, properties=None):
     FSObject.__init__(self, id, package, entry_subpath, filepath,
                       fullname, properties)