Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
ea8629bd
Commit
ea8629bd
authored
Jul 02, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
2860d9f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
lib/Components/ExtensionClass/ExtensionClass.h
lib/Components/ExtensionClass/ExtensionClass.h
+5
-2
lib/Components/ExtensionClass/README
lib/Components/ExtensionClass/README
+2
-2
lib/Components/ExtensionClass/src/ExtensionClass.h
lib/Components/ExtensionClass/src/ExtensionClass.h
+5
-2
No files found.
lib/Components/ExtensionClass/ExtensionClass.h
View file @
ea8629bd
/*
/*
$Id: ExtensionClass.h,v 1.
6 1997/04/11 21:47:51
jim Exp $
$Id: ExtensionClass.h,v 1.
7 1997/07/02 17:32:34
jim Exp $
Extension Class Definitions
Extension Class Definitions
...
@@ -113,6 +113,9 @@
...
@@ -113,6 +113,9 @@
$Log: ExtensionClass.h,v $
$Log: ExtensionClass.h,v $
Revision 1.7 1997/07/02 17:32:34 jim
*** empty log message ***
Revision 1.6 1997/04/11 21:47:51 jim
Revision 1.6 1997/04/11 21:47:51 jim
Got rid of class attributes.
Got rid of class attributes.
Added method hooks.
Added method hooks.
...
@@ -350,7 +353,7 @@ if(PyErr_Occurred()) { \
...
@@ -350,7 +353,7 @@ if(PyErr_Occurred()) { \
#define PURE_MIXIN_CLASS(NAME,DOC,METHODS) \
#define PURE_MIXIN_CLASS(NAME,DOC,METHODS) \
static PyExtensionClass NAME ## Type = { PyObject_HEAD_INIT(NULL) \
static PyExtensionClass NAME ## Type = { PyObject_HEAD_INIT(NULL) \
0, # NAME, sizeof(PyPureMixinObject), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
0, # NAME, sizeof(PyPureMixinObject), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
0, 0, 0, 0, 0, 0, 0, DOC, {METHODS, NULL}}
;
0, 0, 0, 0, 0, 0, 0, DOC, {METHODS, NULL}}
/* The following macros provide limited access to extension-class
/* The following macros provide limited access to extension-class
method facilities. */
method facilities. */
...
...
lib/Components/ExtensionClass/README
View file @
ea8629bd
See the file ExtensionClass.
txt or EX
tensionClass.html for a
See the file ExtensionClass.
stx or Ex
tensionClass.html for a
description of extension class and for installation instructions.
description of extension class and for installation instructions.
For more information, contact
jim
@digicool.com
For more information, contact
info
@digicool.com
lib/Components/ExtensionClass/src/ExtensionClass.h
View file @
ea8629bd
/*
/*
$Id: ExtensionClass.h,v 1.
6 1997/04/11 21:47:51
jim Exp $
$Id: ExtensionClass.h,v 1.
7 1997/07/02 17:32:34
jim Exp $
Extension Class Definitions
Extension Class Definitions
...
@@ -113,6 +113,9 @@
...
@@ -113,6 +113,9 @@
$Log: ExtensionClass.h,v $
$Log: ExtensionClass.h,v $
Revision 1.7 1997/07/02 17:32:34 jim
*** empty log message ***
Revision 1.6 1997/04/11 21:47:51 jim
Revision 1.6 1997/04/11 21:47:51 jim
Got rid of class attributes.
Got rid of class attributes.
Added method hooks.
Added method hooks.
...
@@ -350,7 +353,7 @@ if(PyErr_Occurred()) { \
...
@@ -350,7 +353,7 @@ if(PyErr_Occurred()) { \
#define PURE_MIXIN_CLASS(NAME,DOC,METHODS) \
#define PURE_MIXIN_CLASS(NAME,DOC,METHODS) \
static PyExtensionClass NAME ## Type = { PyObject_HEAD_INIT(NULL) \
static PyExtensionClass NAME ## Type = { PyObject_HEAD_INIT(NULL) \
0, # NAME, sizeof(PyPureMixinObject), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
0, # NAME, sizeof(PyPureMixinObject), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
0, 0, 0, 0, 0, 0, 0, DOC, {METHODS, NULL}}
;
0, 0, 0, 0, 0, 0, 0, DOC, {METHODS, NULL}}
/* The following macros provide limited access to extension-class
/* The following macros provide limited access to extension-class
method facilities. */
method facilities. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment