Skip to content

Commit fff0f83

Browse files
committed
Replace internal library with new one.
1 parent 9abfc6b commit fff0f83

10 files changed

Lines changed: 268 additions & 477 deletions

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,15 +422,15 @@ To get around this, you can sidestep the whole "filesystem path" style, and aban
422422
>>> dpath.util.get(['a', 'b/c'])
423423
0
424424
425-
dpath.path : The Undocumented Backend
425+
dpath.segments : The Undocumented Backend
426426
=====================================
427427

428428
dpath.util is where you want to spend your time: this library has the
429429
friendly functions that will understand simple string globs, afilter
430430
functions, etc.
431431

432-
dpath.path is the backend pathing library - it is currently
433-
undocumented, and not meant to be used directly! It passes around lists
432+
dpath.segments is the backend pathing library - it is currently
433+
undocumented, and not meant to be used directly! It passes around tuples
434434
of path components instead of string globs, and just generally does
435435
things in a way that you (as a frontend user) might not expect. Stay out
436436
of it. You have been warned!

dpath/path.py

Lines changed: 0 additions & 284 deletions
This file was deleted.

0 commit comments

Comments
 (0)