Skip to content

Commit 4850b53

Browse files
committed
Remove obsolete note about proxy language syntax
1 parent b99a25e commit 4850b53

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/appose/util/proxy.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@
4040
actual methods and signatures of the remote object. If there's a mismatch,
4141
you'll get runtime errors from the worker process.
4242
43-
Language compatibility: Proxy generation assumes dot-notation method syntax
44-
(obj.method(arg0, arg1)). This works for Python, Groovy, JavaScript, Ruby,
45-
and most dynamic languages. Languages with different calling conventions
46-
(e.g., R's obj$method()) are not currently supported.
47-
4843
Usage pattern: First, create and export the remote object via a task,
4944
then create a proxy to interact with it:
5045

0 commit comments

Comments
 (0)