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
a6e256eb
Commit
a6e256eb
authored
Mar 29, 2001
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor typo fixes.
parent
1b1dab7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
lib/python/Products/ExternalMethod/help/ExternalMethod.py
lib/python/Products/ExternalMethod/help/ExternalMethod.py
+8
-7
No files found.
lib/python/Products/ExternalMethod/help/ExternalMethod.py
View file @
a6e256eb
...
...
@@ -87,8 +87,8 @@
def
manage_addExternalMethod
(
self
,
id
,
title
,
module
,
function
):
"""
Add an external method to an ObjectManager
.
Add an external method to an
'ObjectManager'
.
In addition to the standard object-creation arguments,
'id' and title, the following arguments are defined:
...
...
@@ -114,8 +114,8 @@ def manage_addExternalMethod(self, id, title, module, function):
class
ExternalMethod
:
"""
Web-callable functions that encapsulate external p
ython functions.
Web-callable functions that encapsulate external
P
ython functions.
The function is defined in an external file. This file is treated
like a module, but is not a module. It is not imported directly,
...
...
@@ -135,7 +135,8 @@ class ExternalMethod:
def
manage_edit
(
self
,
title
,
module
,
function
,
REQUEST
=
None
):
"""
Change the external method
Change the
External Method.
See the description of manage_addExternalMethod for a
description of the arguments 'module' and 'function'.
...
...
@@ -150,8 +151,8 @@ class ExternalMethod:
def
__call__
(
self
,
*
args
,
**
kw
):
"""
Call an ExternalMethod
Call the
External Method.
Calling an External Method is roughly equivalent to calling
the original actual function from Python. Positional and
...
...
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