diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-15 22:31:27 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 19:54:28 -0500 |
commit | 772481c9d846eb5259ac634e50824c4d28c64b42 (patch) | |
tree | 4e241b5223c15ab1a665b5f1abdeaf1c74c21f61 /python/py4j/README | |
parent | a3d7afde5ddc11e4fd5b3138227125c6716703d3 (diff) |
python/py4j: Removed (No maintainer).
Diffstat (limited to 'python/py4j/README')
-rw-r--r-- | python/py4j/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/py4j/README b/python/py4j/README deleted file mode 100644 index 130432d15bb3b..0000000000000 --- a/python/py4j/README +++ /dev/null @@ -1,5 +0,0 @@ -Py4J enables Python programs running in a Python interpreter to dynamically -access Java objects in a Java Virtual Machine. Methods are called as if the -Java objects resided in the Python interpreter and Java collections can be -accessed through standard Python collection methods. Py4J also enables Java -programs to call back Python objects. |