Home
last modified time | relevance | path

Searched refs:connection_dir (Results 1 – 14 of 14) sorted by relevance

/dports/devel/py-ipykernel/ipykernel-6.6.0/ipykernel/
H A Dconnect.py30 return filefind(app.connection_file, ['.', app.connection_dir])
H A Dkernelapp.py143 connection_dir = Unicode() variable in IPKernelApp
152 return os.path.join(self.connection_dir, self.connection_file)
259 self.connection_file = filefind(self.connection_file, ['.', self.connection_dir])
378 os.path.dirname(self.connection_file) == self.connection_dir:
/dports/devel/py-ipykernel5/ipykernel-5.5.0/ipykernel/
H A Dkernelapp.py138 connection_dir = Unicode() variable in IPKernelApp
147 return os.path.join(self.connection_dir, self.connection_file)
248 self.connection_file = filefind(self.connection_file, ['.', self.connection_dir])
340 os.path.dirname(self.connection_file) == self.connection_dir:
H A Dconnect.py35 return filefind(app.connection_file, ['.', app.connection_dir])
/dports/devel/py-jupyter-client/jupyter_client-6.1.12/jupyter_client/
H A Dmultikernelmanager.py139 connection_dir = Unicode('') variable in MultiKernelManager
171 self.connection_dir, "kernel-%s.json" % kernel_id),
/dports/devel/py-ipykernel/ipykernel-6.6.0/ipykernel/tests/
H A Dtest_connect.py52 profile_cf = os.path.join(app.connection_dir, cf)
/dports/devel/py-ipykernel5/ipykernel-5.5.0/ipykernel/tests/
H A Dtest_connect.py44 profile_cf = os.path.join(app.connection_dir, cf)
/dports/devel/py-envisage/envisage-4.9.0/envisage/plugins/ipython_kernel/
H A Dkernelapp.py120 os.path.dirname(self.connection_file) == self.connection_dir):
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/
H A Dcli.py943 for connection_dir in connection_dirs:
944 … testcase in [os.path.basename(path) for path in data_context().content.get_files(connection_dir)]:
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/apps/
H A Dipengineapp.py238 app.connection_dir = self.profile_dir.security_dir
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/
H A Dcli.py1205 for connection_dir in connection_dirs:
1206 … testcase in [os.path.basename(path) for path in data_context().content.get_files(connection_dir)]:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/
H A Dcli.py1209 for connection_dir in connection_dirs:
1210 … testcase in [os.path.basename(path) for path in data_context().content.get_files(connection_dir)]:
/dports/www/py-notebook/notebook-6.4.5/notebook/
H A Dnotebookapp.py1650 connection_dir=self.runtime_dir,
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/jupyter_server/
H A Dserverapp.py1744 connection_dir=self.runtime_dir,