Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ai-webdav
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ai
ai-webdav
Merge requests
!2
Update wsgidav
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update wsgidav
update-wsgidav
into
master
Overview
0
Commits
22
Pipelines
6
Changes
15
Merged
ale
requested to merge
update-wsgidav
into
master
5 years ago
Overview
0
Commits
22
Pipelines
6
Changes
15
Expand
0
0
Merge request reports
Compare
master
version 5
adfba061
5 years ago
version 4
580a7cbc
5 years ago
version 3
1c901b3c
5 years ago
version 2
fa512e64
5 years ago
version 1
bca98694
5 years ago
master (base)
and
latest version
latest version
15ea3658
22 commits,
5 years ago
version 5
adfba061
21 commits,
5 years ago
version 4
580a7cbc
5 commits,
5 years ago
version 3
1c901b3c
4 commits,
5 years ago
version 2
fa512e64
3 commits,
5 years ago
version 1
bca98694
3 commits,
5 years ago
15 files
+
327
−
133
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
ai_webdav/test/easywebdav/__init__.py
0 → 100644
+
5
−
0
Options
from
.client
import
*
def
connect
(
*
args
,
**
kwargs
):
"""
connect(host, port=0, auth=None, username=None, password=None, protocol=
'
http
'
, path=
"
/
"
)
"""
return
Client
(
*
args
,
**
kwargs
)
Loading