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
3671b2aa
Commit
3671b2aa
authored
Jan 16, 2001
by
Michel Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CVS is my friend. Really.
parent
8ba8f551
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
lib/python/Interface/Attr.py
lib/python/Interface/Attr.py
+0
-1
lib/python/Interface/InterfaceBase.py
lib/python/Interface/InterfaceBase.py
+2
-0
lib/python/Interface/iclass.py
lib/python/Interface/iclass.py
+0
-1
No files found.
lib/python/Interface/Attr.py
View file @
3671b2aa
...
...
@@ -10,7 +10,6 @@ class Attribute(InterfaceBase):
"""
self
.
__name__
=
__name__
self
.
__doc__
=
__doc__
or
__name__
self
.
__tagged_values
=
{}
...
...
lib/python/Interface/InterfaceBase.py
View file @
3671b2aa
class
InterfaceBase
:
__tagged_values
=
{}
def
getName
(
self
):
""" Returns the name of the object. """
return
self
.
__name__
...
...
lib/python/Interface/iclass.py
View file @
3671b2aa
...
...
@@ -51,7 +51,6 @@ class Interface(InterfaceBase):
"Concrete attribute, %s"
%
k
)
self
.
__attrs
=
attrs
self
.
__tagged_values
=
{}
#why?
def
getBases
(
self
):
return
self
.
__bases__
...
...
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