代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/465716/7052476
py singletondecorator.py
#: c01:SingletonDecorator.py
class SingletonDecorator:
def __init__(self,klass):
self.klass = klass
self.instance = None
def __call__(self,*args,**kwds):
if self.instance == None
www.eeworm.com/read/465716/7052480
py newsingleton.py
#: c01:NewSingleton.py
class OnlyOne(object):
class __OnlyOne:
def __init__(self):
self.val = None
def __str__(self):
return `self` + self.val
instance = None
def _
www.eeworm.com/read/464609/7066365
cc statistics.cc
// -*- C++ -*-
// Copyright (C) 2003 Leherstuh f黵 Betrieb System/ Verteilte System,
// Universitaet Dortmund
//
// This program is free software; you can redistribute it and/or
// modify it under
www.eeworm.com/read/374725/7074921
tcf short6713.tcf
load(utils.findFile('assert.tci')); // load assert support
// seed file for C:\CCS2.2\myprojects\Exp-13 FIR\short6713.cdb.a02380: c:\ccs2.2\c6000\bios\include\4.82.150\c6x1x.cdb
prog.load("c:/ccs2.2
www.eeworm.com/read/364251/7076001
py dtdvalid.py
#!/usr/bin/python -u
import libxml2
import sys
# Memory debug specific
libxml2.debugMemory(1)
dtd=""""""
instance="""
"""
dtd = libxml2.parseDTD(
www.eeworm.com/read/364251/7076015
py tstmem.py
#!/usr/bin/python -u
import libxml2
import libxml2mod
import sys
def error(msg, data):
pass
# Memory debug specific
libxml2.debugMemory(1)
dtd=""""""
instance="""
www.eeworm.com/read/240145/7086803
inf passthrough.inf
;;;
;;; PassThrough
;;;
;;;
;;; Copyright (c) 1999 - 2001, Microsoft Corporation
;;;
[Version]
Signature = "$Windows NT$"
Class = "ActivityMonitor" ;This is d
www.eeworm.com/read/240145/7086815
inf ctx.inf
;;;
;;; Context File System Filter Driver Sample
;;;
;;;
;;; Copyright (c) 1999 - 2001, Microsoft Corporation
;;;
[Version]
Signature = "$Windows NT$"
Class = "ActivityMonitor"
www.eeworm.com/read/240145/7086820
c operations.c
/*++
Copyright (c) 1999 - 2002 Microsoft Corporation
Module Name:
operations.c
Abstract:
This is the i/o operations module of the kernel mode filter driver implementing
fi
www.eeworm.com/read/240145/7086821
inf fmm.inf
;;;
;;; Metadata Management File System Filter Driver Sample
;;;
;;;
;;; Copyright (c) 1999 - 2001, Microsoft Corporation
;;;
[Version]
Signature = "$Windows NT$"
Class = "ActivityMo