Skip to content

Commit a1d66b4

Browse files
committed
updated docs
1 parent 26b1b7a commit a1d66b4

133 files changed

Lines changed: 711 additions & 699 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

python/classes/logging/dataset/Dataset.mdx

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ title: 'Dataset'
66
class Dataset
77
```
88

9-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L20)</p>
9+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L20)</p>
1010

1111

1212

1313
### \_\_init\_\_
1414

15-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L21)</p>
15+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L21)</p>
1616

1717
```python
1818
def __init__(
@@ -46,7 +46,7 @@ Initialize a local dataset.
4646

4747
### allow\_duplicates
4848

49-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L74)</p>
49+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L74)</p>
5050

5151
```python
5252
def allow_duplicates(self) -> bool:
@@ -58,7 +58,7 @@ Whether to allow duplicates in the dataset.
5858

5959
### data
6060

61-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L81)</p>
61+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L81)</p>
6262

6363
```python
6464
def data(self):
@@ -70,7 +70,7 @@ Dataset entries.
7070

7171
### name
7272

73-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L67)</p>
73+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L67)</p>
7474

7575
```python
7676
def name(self) -> str:
@@ -84,7 +84,7 @@ Name of the dataset.
8484

8585
### set\_allow\_duplicates
8686

87-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L107)</p>
87+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L107)</p>
8888

8989
```python
9090
def set_allow_duplicates(self, allow_duplicates: bool) -> Self:
@@ -106,7 +106,7 @@ This dataset, useful for chaining methods.
106106

107107
### set\_name
108108

109-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L94)</p>
109+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L94)</p>
110110

111111
```python
112112
def set_name(self, name: str) -> Self:
@@ -130,7 +130,7 @@ This dataset, useful for chaining methods.
130130

131131
### add
132132

133-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L266)</p>
133+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L266)</p>
134134

135135
```python
136136
def add(
@@ -163,7 +163,7 @@ The new dataset following the addition.
163163

164164
### download
165165

166-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L181)</p>
166+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L181)</p>
167167

168168
```python
169169
def download(self, overwrite: bool = False) -> Self:
@@ -188,7 +188,7 @@ This dataset after the in-place download, useful for chaining methods.
188188

189189
### from\_upstream
190190

191-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L120)</p>
191+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L120)</p>
192192

193193
```python
194194
def from_upstream(
@@ -220,7 +220,7 @@ The dataset, with contents downloaded from upstream.
220220

221221
### inplace\_add
222222

223-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L315)</p>
223+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L315)</p>
224224

225225
```python
226226
def inplace_add(
@@ -253,7 +253,7 @@ This dataset following the in-place addition.
253253

254254
### inplace\_sub
255255

256-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L342)</p>
256+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L342)</p>
257257

258258
```python
259259
def inplace_sub(
@@ -279,7 +279,7 @@ This dataset following the in-place subtraction.
279279

280280
### sub
281281

282-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L293)</p>
282+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L293)</p>
283283

284284
```python
285285
def sub(
@@ -305,7 +305,7 @@ The new dataset following the subtraction.
305305

306306
### sync
307307

308-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L228)</p>
308+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L228)</p>
309309

310310
```python
311311
def sync(self) -> Self:
@@ -322,7 +322,7 @@ This dataset after the in-place sync, useful for chaining methods.
322322

323323
### upload
324324

325-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L156)</p>
325+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L156)</p>
326326

327327
```python
328328
def upload(self, overwrite: bool = False) -> Self:
@@ -347,7 +347,7 @@ This dataset, useful for chaining methods.
347347

348348
### upstream\_diff
349349

350-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L240)</p>
350+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L240)</p>
351351

352352
```python
353353
def upstream_diff(self) -> Self:
@@ -365,7 +365,7 @@ This dataset after printing the diff, useful for chaining methods.
365365

366366
### \_\_add\_\_
367367

368-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L364)</p>
368+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L364)</p>
369369

370370
```python
371371
def __add__(
@@ -392,7 +392,7 @@ The new dataset following the addition.
392392

393393
### \_\_contains\_\_
394394

395-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L485)</p>
395+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L485)</p>
396396

397397
```python
398398
def __contains__(
@@ -419,7 +419,7 @@ Boolean, whether the passed Dataset is a subset of this one.
419419

420420
### \_\_getitem\_\_
421421

422-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L535)</p>
422+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L535)</p>
423423

424424
```python
425425
def __getitem__(self, item: Union[int, slice]) -> Union[Any, Dataset]:
@@ -443,7 +443,7 @@ An individual item or Dataset slice, for int and slice queries respectively.
443443

444444
### \_\_iadd\_\_
445445

446-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L408)</p>
446+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L408)</p>
447447

448448
```python
449449
def __iadd__(
@@ -469,7 +469,7 @@ This dataset following the in-place addition.
469469

470470
### \_\_isub\_\_
471471

472-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L459)</p>
472+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L459)</p>
473473

474474
```python
475475
def __isub__(
@@ -495,7 +495,7 @@ This dataset following the in-place subtraction.
495495

496496
### \_\_iter\_\_
497497

498-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L475)</p>
498+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L475)</p>
499499

500500
```python
501501
def __iter__(self) -> Any:
@@ -511,7 +511,7 @@ The next instance in the dataset.
511511

512512
### \_\_len\_\_
513513

514-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L526)</p>
514+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L526)</p>
515515

516516
```python
517517
def __len__(self) -> int:
@@ -527,7 +527,7 @@ The number of entries in the dataset.
527527

528528
### \_\_radd\_\_
529529

530-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L381)</p>
530+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L381)</p>
531531

532532
```python
533533
def __radd__(
@@ -562,7 +562,7 @@ The new dataset following the addition.
562562

563563
### \_\_repr\_\_
564564

565-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L578)</p>
565+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L578)</p>
566566

567567
```python
568568
def __repr__(self):
@@ -574,7 +574,7 @@ def __repr__(self):
574574

575575
### \_\_rsub\_\_
576576

577-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L441)</p>
577+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L441)</p>
578578

579579
```python
580580
def __rsub__(
@@ -602,7 +602,7 @@ The new dataset following the subtraction.
602602

603603
### \_\_setitem\_\_
604604

605-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L556)</p>
605+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L556)</p>
606606

607607
```python
608608
def __setitem__(self, item: Union[int, slice], value: Union[Any, Dataset]):
@@ -614,7 +614,7 @@ def __setitem__(self, item: Union[int, slice], value: Union[Any, Dataset]):
614614

615615
### \_\_sub\_\_
616616

617-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/dataset.py#L424)</p>
617+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/dataset.py#L424)</p>
618618

619619
```python
620620
def __sub__(

python/classes/logging/logs/ColumnContext.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ title: 'ColumnContext'
66
class ColumnContext
77
```
88

9-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L321)</p>
9+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L321)</p>
1010

1111

1212

1313
### \_\_init\_\_
1414

15-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L329)</p>
15+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L329)</p>
1616

1717
```python
1818
def __init__(self, context: str, mode: str = "both", overwrite: bool = False):
@@ -26,7 +26,7 @@ def __init__(self, context: str, mode: str = "both", overwrite: bool = False):
2626

2727
### \_\_enter\_\_
2828

29-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L335)</p>
29+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L335)</p>
3030

3131
```python
3232
def __enter__(self):
@@ -38,7 +38,7 @@ def __enter__(self):
3838

3939
### \_\_exit\_\_
4040

41-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L356)</p>
41+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L356)</p>
4242

4343
```python
4444
def __exit__(self, *args, **kwargs):

python/classes/logging/logs/Context.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ title: 'Context'
66
class Context
77
```
88

9-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L267)</p>
9+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L267)</p>
1010

1111

1212

1313
### \_\_init\_\_
1414

15-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L268)</p>
15+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L268)</p>
1616

1717
```python
1818
def __init__(
@@ -32,7 +32,7 @@ def __init__(
3232

3333
### \_\_enter\_\_
3434

35-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L281)</p>
35+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L281)</p>
3636

3737
```python
3838
def __enter__(self):
@@ -44,7 +44,7 @@ def __enter__(self):
4444

4545
### \_\_exit\_\_
4646

47-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L308)</p>
47+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L308)</p>
4848

4949
```python
5050
def __exit__(self, *args, **kwargs):

python/classes/logging/logs/Entries.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ title: 'Entries'
66
class Entries
77
```
88

9-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L364)</p>
9+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L364)</p>
1010

1111

1212

1313
### \_\_init\_\_
1414

15-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L365)</p>
15+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L365)</p>
1616

1717
```python
1818
def __init__(self, mode: str = "both", overwrite: bool = False, **entries):
@@ -26,7 +26,7 @@ def __init__(self, mode: str = "both", overwrite: bool = False, **entries):
2626

2727
### \_\_enter\_\_
2828

29-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L371)</p>
29+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L371)</p>
3030

3131
```python
3232
def __enter__(self):
@@ -38,7 +38,7 @@ def __enter__(self):
3838

3939
### \_\_exit\_\_
4040

41-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L395)</p>
41+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L395)</p>
4242

4343
```python
4444
def __exit__(self, *args, **kwargs):

python/classes/logging/logs/Experiment.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ title: 'Experiment'
66
class Experiment
77
```
88

9-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L452)</p>
9+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L452)</p>
1010

1111

1212

1313
### \_\_init\_\_
1414

15-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L453)</p>
15+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L453)</p>
1616

1717
```python
1818
def __init__(
@@ -31,7 +31,7 @@ def __init__(
3131

3232
### \_\_enter\_\_
3333

34-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L475)</p>
34+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L475)</p>
3535

3636
```python
3737
def __enter__(self):
@@ -43,7 +43,7 @@ def __enter__(self):
4343

4444
### \_\_exit\_\_
4545

46-
<p align="right">[source code](https://github.com/unifyai/unify/tree/4fc4832a373a9778780bb0f93f91eb3e5566bf8a/unify/logging/logs.py#L499)</p>
46+
<p align="right">[source code](https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d/unify/logging/logs.py#L499)</p>
4747

4848
```python
4949
def __exit__(self, *args, **kwargs):

0 commit comments

Comments
 (0)