object :: Class object
[hide private]
[frames] | no frames]

Class object



Known Subclasses:
basestring, int, buffer, classmethod, complex, dict, enumerate, file, float, frozenset, list, long, property, reversed, set, slice, staticmethod, super, tuple, type, xrange, Products.ZenModel.zendmd.ZenCompleter, OFS.OrderSupport.OrderSupport, Products.ZenModel.RRDView.RRDView, Products.ZenModel.LinkManager.Layer3Link, Products.ZenModel.Lockable.Lockable, Products.ZenModel.EventView.EventView, Products.ZenModel.ZenPackPersistence.ZenPackPersistence, Products.ZenModel.ZenModelBase.ZenModelBase, Products.ZenModel.ZDeviceLoader.BaseDeviceLoader, Products.ZenModel.ZenPackable.ZenPackable, Products.ZenModel.ZenPacker.ZenPacker, Products.ZenModel.Link.ILink, twisted.spread.jelly._DummyNewStyle, twisted.python.failure._Traceback, twisted.python.failure._Frame, twisted.python.failure._Code, twisted.python.components._ProxiedClassMethod, twisted.python.components._ProxyDescriptor, Products.ZenModel.DmdBuilder.DmdBuilder, Products.ZenModel.TemplateContainer.TemplateContainer, Products.ZenModel.browser.DeviceList.AdvancedQueryDeviceList, zope.publisher.browser.Record, zope.publisher.base.BaseResponse, zope.publisher.base.RequestDataGetter, zope.publisher.base.RequestDataMapper, zope.publisher.base.RequestDataProperty, zope.publisher.base.DebugFlags, zope.publisher.base.BaseRequest, zope.publisher.base.DefaultPublication, zope.publisher.http.HTTPVirtualHostChangedEvent, zope.publisher.http.URLGetter, zope.publisher.http.HTTPInputStream, zope.publisher.http.HTTPCharsets, zope.publisher.http.DirectResult, zope.publisher.browser.FileUpload, zope.publisher.browser.BrowserLanguages, zope.publisher.browser.SkinChangedEvent, Products.ZenHub.zenhub.HubRealm, Products.ZenReports.Utils.Record, Products.ZenReports.AliasPlugin.Column, Products.ZenReports.AliasPlugin.RRDColumnHandler, Products.ZenReports.AliasPlugin.PythonColumnHandler, Products.ZenReports.AliasPlugin.AliasPlugin, Products.ZenWin.zenwin.ZenWinPreferences, Products.ZenWin.zeneventlog.ZenEventLogPreferences, Products.ZenWin.services.WinServiceConfig.SmartService, Products.ZenUtils.DotNetCommunication.DotNetSession, unreachable, Products.ZenUtils.ZeoConn.ZeoConn, Products.ZenUtils.ZenDocTest.ZenDocTestRunner, Products.ZenUtils.Version.Version, twisted.internet.defer._ConcurrencyPrimitive, twisted.internet.defer.DeferredQueue, Products.ZenUtils.CmdBase.CmdBase, Products.ZenUtils.PortScan.Scanner, Products.ZenUtils.captureReplay.FakePacket, Products.ZenUtils.captureReplay.CaptureReplay, Products.ZenUtils.observable.ObservableMixin, Products.ZenUtils.Ext.FormResponse, Products.ZenUtils.debugtools.Profiler, Products.ZenRelations.ImportRM.SpoofedOptions, Products.ZenRelations.utils.ZenRelationshipNameChooser, Products.ZenRelations.ZenPropertyManager.PropertyDescriptor, Products.ZenRelations.ZenPropertyManager.ZenPropertyManager, Products.ZenRelations.ZenPropertyManager.IdentityTransformer, Products.ZenRelations.schemadoc.HtmlGenerator, Products.ZenRelations.ToManyContRelationship.ToManyContSublocations, Products.ZenStatus.AsyncPing.Ping, Products.ZenStatus.TestPing.Ping, Products.ZenRRD.zenprocess.ZenProcessPreferences, Products.ZenRRD.zenprocess.ConfigListener, Products.ZenRRD.zencommand.ConfigurationProcessor, Products.DataCollector.BaseClient.BaseClient, twisted.python.log.PythonLoggingObserver, Products.DataCollector.Plugins.OsWalker, Products.DataCollector.Plugins.BaseLoaderFactory, Products.DataCollector.Plugins.PluginManager, Products.DataCollector.Plugins.ModelingManager, Products.DataCollector.Plugins.MonitoringManager, Products.DataCollector.TelnetClient.FakePlugin, Products.DataCollector.ApplyDataMap.ApplyDataMap, zope.component.interfaces.ObjectEvent, zope.lifecycleevent.Attributes, zope.lifecycleevent.Sequence, Products.ZenWidgets.messaging.BrowserMessage, Products.ZenWidgets.messaging.MessageBox, Products.ZenWidgets.messaging.MessageSender, Products.ZenEvents.MailProcessor.MessageProcessor, Products.ZenEvents.EventClassInst.EventClassPropertyMixin, Products.ZenEvents.SendEvent.SendEvent, Products.ZenEvents.EventClassifier.EventClassifier, Products.ZenEvents.zenmail.ZenossEventPoster, Products.ZenEvents.zenmail.ZenossDelivery, Products.ZenEvents.DbAccessBase.DbAccessBase, Products.ZenEvents.EventFilter.EventFilter, ctypes.CDLL, ctypes.LibraryLoader, Products.ZenEvents.zentrap.FakePacket, Products.ZenEvents.SyslogProcessing.SyslogProcessor

The most base type

Instance Methods [hide private]
 
__delattr__(...)
x.__delattr__('name') <==> del x.name
 
__getattribute__(...)
x.__getattribute__('name') <==> x.name
 
__hash__(x)
hash(x)
 
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__new__(T, S, ...)
Returns: a new object with type S, a subtype of T
 
__reduce__(...)
helper for pickle
 
__reduce_ex__(...)
helper for pickle
 
__repr__(x)
repr(x)
 
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
 
__str__(x)
str(x)
Properties [hide private]
  __class__
the object's class
Method Details [hide private]

__new__(T, S, ...)

 
Returns:
a new object with type S, a subtype of T