代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/438717/1823242
object_method
static char $abbrev$_$method$__doc__[] =
""
;
static PyObject *
$abbrev$_$method$(self, args)
$abbrev$object *self;
PyObject *args;
{
if (!PyArg_ParseTuple(args, ""))
return NULL;
Py_INCREF(P
www.eeworm.com/read/438717/1823244
object_new
static $abbrev$object *
new$abbrev$object()
{
$abbrev$object *self;
self = PyObject_NEW($abbrev$object, &$Abbrev$type);
if (self == NULL)
return NULL;
/* XXXX Add your own initializers here *
www.eeworm.com/read/438717/1823250
object_structure
/* Code to access structure members by accessing attributes */
#include "structmember.h"
#define OFF(x) offsetof(XXXXobject, x)
static struct memberlist $abbrev$_memberlist[] = {
/* XXXX Add line
www.eeworm.com/read/438717/1823253
object_head
/* Declarations for objects of type $name$ */
typedef struct {
PyObject_HEAD
/* XXXX Add your own stuff here */
} $abbrev$object;
staticforward PyTypeObject $Abbrev$type;
/* ------------------
www.eeworm.com/read/433911/1879601
hpp object.hpp
// file : Utility/Introspection/Object.hpp
// author : Boris Kolpackov
// copyright : Copyright (c) 2002-2003 Boris Kolpackov
// license : http://kolpackov.net/licen
www.eeworm.com/read/433911/1879606
cpp object.cpp
// file : Utility/Introspection/Object.cpp
// author : Boris Kolpackov
// copyright : Copyright (c) 2002-2003 Boris Kolpackov
// license : http://kolpackov.net/licen
www.eeworm.com/read/433911/1879607
ipp object.ipp
// file : Utility/Introspection/Object.ipp
// author : Boris Kolpackov
// copyright : Copyright (c) 2002-2003 Boris Kolpackov
// license : http://kolpackov.net/licen
www.eeworm.com/read/433911/1880705
h object.h
/*
* $Id: object.h 80826 2008-03-04 14:51:23Z wotte $
*
* Copyright (c) 1994, 1995. Netscape Communications Corporation. All
* rights reserved.
*
* Use of this software is governed by th
www.eeworm.com/read/427042/1979699
c a_object.c
/* crypto/asn1/a_object.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/422785/2032204
c a_object.c
/* crypto/asn1/a_object.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).