Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/354870703ec38d3282eb19115833a9eb to your computer and use it in GitHub Desktop.
Save r-ryantm/354870703ec38d3282eb19115833a9eb to your computer and use it in GitHub Desktop.
/nix/store/rhp1yg22rgdm2ffr73il971fhbprizdx-python3.7-py4j-0.10.9.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── py4j
│   │   ├── clientserver.py
│   │   ├── compat.py
│   │   ├── finalizer.py
│   │   ├── __init__.py
│   │   ├── java_collections.py
│   │   ├── java_gateway.py
│   │   ├── protocol.py
│   │   ├── __pycache__
│   │   │   ├── clientserver.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── finalizer.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── java_collections.cpython-37.pyc
│   │   │   ├── java_gateway.cpython-37.pyc
│   │   │   ├── protocol.cpython-37.pyc
│   │   │   ├── signals.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── signals.py
│   │   ├── tests
│   │   │   ├── benchmark1.py
│   │   │   ├── byte_string_test.py
│   │   │   ├── client_server_test.py
│   │   │   ├── finalizer_test.py
│   │   │   ├── __init__.py
│   │   │   ├── instrumented.py
│   │   │   ├── java_array_test.py
│   │   │   ├── java_callback_test.py
│   │   │   ├── java_dir_test.py
│   │   │   ├── java_gateway_test.py
│   │   │   ├── java_help_test.py
│   │   │   ├── java_list_test.py
│   │   │   ├── java_map_test.py
│   │   │   ├── java_set_test.py
│   │   │   ├── java_tls_test.py
│   │   │   ├── memory_leak_test.py
│   │   │   ├── multithreadtest.py
│   │   │   ├── py4j_callback_example2.py
│   │   │   ├── py4j_callback_example.py
│   │   │   ├── py4j_callback_listener_example.py
│   │   │   ├── py4j_callback_recursive_example.py
│   │   │   ├── py4j_example.py
│   │   │   ├── py4j_signals_test.py
│   │   │   ├── __pycache__
│   │   │   │   ├── benchmark1.cpython-37.pyc
│   │   │   │   ├── byte_string_test.cpython-37.pyc
│   │   │   │   ├── client_server_test.cpython-37.pyc
│   │   │   │   ├── finalizer_test.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── instrumented.cpython-37.pyc
│   │   │   │   ├── java_array_test.cpython-37.pyc
│   │   │   │   ├── java_callback_test.cpython-37.pyc
│   │   │   │   ├── java_dir_test.cpython-37.pyc
│   │   │   │   ├── java_gateway_test.cpython-37.pyc
│   │   │   │   ├── java_help_test.cpython-37.pyc
│   │   │   │   ├── java_list_test.cpython-37.pyc
│   │   │   │   ├── java_map_test.cpython-37.pyc
│   │   │   │   ├── java_set_test.cpython-37.pyc
│   │   │   │   ├── java_tls_test.cpython-37.pyc
│   │   │   │   ├── memory_leak_test.cpython-37.pyc
│   │   │   │   ├── multithreadtest.cpython-37.pyc
│   │   │   │   ├── py4j_callback_example2.cpython-37.pyc
│   │   │   │   ├── py4j_callback_example.cpython-37.pyc
│   │   │   │   ├── py4j_callback_listener_example.cpython-37.pyc
│   │   │   │   ├── py4j_callback_recursive_example.cpython-37.pyc
│   │   │   │   ├── py4j_example.cpython-37.pyc
│   │   │   │   ├── py4j_signals_test.cpython-37.pyc
│   │   │   │   └── signals_test.cpython-37.pyc
│   │   │   └── signals_test.py
│   │   └── version.py
│   └── py4j-0.10.9.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── py4j
└── py4j0.10.9.1.jar
11 directories, 75 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment