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
d6cc08ec
Commit
d6cc08ec
authored
Feb 19, 2001
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output files for tests
parent
7e02bbc4
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
37 additions
and
0 deletions
+37
-0
lib/Components/ExtensionClass/test/output/test_AqAlg
lib/Components/ExtensionClass/test/output/test_AqAlg
+1
-0
lib/Components/ExtensionClass/test/output/test_MultiMapping
lib/Components/ExtensionClass/test/output/test_MultiMapping
+7
-0
lib/Components/ExtensionClass/test/output/test_Sync
lib/Components/ExtensionClass/test/output/test_Sync
+1
-0
lib/Components/ExtensionClass/test/output/test_ThreadLock
lib/Components/ExtensionClass/test/output/test_ThreadLock
+1
-0
lib/Components/ExtensionClass/test/output/test_acquisition
lib/Components/ExtensionClass/test/output/test_acquisition
+4
-0
lib/Components/ExtensionClass/test/output/test_add
lib/Components/ExtensionClass/test/output/test_add
+2
-0
lib/Components/ExtensionClass/test/output/test_binding
lib/Components/ExtensionClass/test/output/test_binding
+3
-0
lib/Components/ExtensionClass/test/output/test_explicit_acquisition
...ents/ExtensionClass/test/output/test_explicit_acquisition
+4
-0
lib/Components/ExtensionClass/test/output/test_func_attr
lib/Components/ExtensionClass/test/output/test_func_attr
+7
-0
lib/Components/ExtensionClass/test/output/test_method_hook
lib/Components/ExtensionClass/test/output/test_method_hook
+7
-0
No files found.
lib/Components/ExtensionClass/test/output/test_AqAlg
0 → 100644
View file @
d6cc08ec
test_AqAlg
lib/Components/ExtensionClass/test/output/test_MultiMapping
0 → 100644
View file @
d6cc08ec
test_MultiMapping
1
2
3
2
{'spam': 3}
{'spam': 1, 'eggs': 2}
lib/Components/ExtensionClass/test/output/test_Sync
0 → 100644
View file @
d6cc08ec
test_Sync
lib/Components/ExtensionClass/test/output/test_ThreadLock
0 → 100644
View file @
d6cc08ec
test_ThreadLock
lib/Components/ExtensionClass/test/output/test_acquisition
0 → 100644
View file @
d6cc08ec
test_acquisition
A() red
A() green
A()
\ No newline at end of file
lib/Components/ExtensionClass/test/output/test_add
0 → 100644
View file @
d6cc08ec
test_add
add called
lib/Components/ExtensionClass/test/output/test_binding
0 → 100644
View file @
d6cc08ec
test_binding
<type 'Python Method'>
called bar() (1, 2, 3) {'name': 'spam'}
lib/Components/ExtensionClass/test/output/test_explicit_acquisition
0 → 100644
View file @
d6cc08ec
test_explicit_acquisition
A red
A green
A
\ No newline at end of file
lib/Components/ExtensionClass/test/output/test_func_attr
0 → 100644
View file @
d6cc08ec
test_func_attr
Trying function wo attributes
Trying method wo attributes
Trying setting function attribute
Trying function w attributes
Trying method w attributes
Trying method getattr
lib/Components/ExtensionClass/test/output/test_method_hook
0 → 100644
View file @
d6cc08ec
test_method_hook
give us a hook, hook, hook...
C() () {}
give us a hook, hook, hook...
C() (1, 2, 3) {}
give us a hook, hook, hook...
C() (1, 2) {'spam': 'eggs'}
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