From 7bc9916a9c074e6eb75f581f489018340a47ca68 Mon Sep 17 00:00:00 2001 From: Isaak Uchakaev Date: Sun, 2 Oct 2022 00:53:05 +0300 Subject: [PATCH] Update docs --- mimesis/schema.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mimesis/schema.py b/mimesis/schema.py index 88c1d6c26..9c452c13e 100644 --- a/mimesis/schema.py +++ b/mimesis/schema.py @@ -63,7 +63,12 @@ def perform( it will return the data from the first provider which has a method ``name``. - Allowed delimiters: ``.``, ``:``, ``/`` and space. + Allowed delimiters: ``.``, ``:``, ``/`` and space: + + - ``provider.name`` + - ``provider:name`` + - ``provider/name`` + - ``provider name`` You can apply a *key function* to the result returned by the method, by passing a parameter **key** with a callable