pypipr 1.0.106__tar.gz → 1.0.107__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. {pypipr-1.0.106 → pypipr-1.0.107}/PKG-INFO +137 -116
  2. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iengineering/batchmaker.py +1 -1
  3. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/irange.py +1 -1
  4. {pypipr-1.0.106 → pypipr-1.0.107}/pyproject.toml +1 -1
  5. {pypipr-1.0.106 → pypipr-1.0.107}/readme.md +136 -115
  6. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/__init__.py +0 -0
  7. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/ComparePerformance.py +0 -0
  8. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/LINUX.py +0 -0
  9. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/RunParallel.py +0 -0
  10. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/WINDOWS.py +0 -0
  11. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/__init__.py +0 -0
  12. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/avg.py +0 -0
  13. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/basename.py +0 -0
  14. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/chr_to_int.py +0 -0
  15. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/chunk_array.py +0 -0
  16. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/create_folder.py +0 -0
  17. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/datetime_from_string.py +0 -0
  18. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/datetime_now.py +0 -0
  19. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/dict_first.py +0 -0
  20. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/dirname.py +0 -0
  21. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/exit_if_empty.py +0 -0
  22. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/filter_empty.py +0 -0
  23. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/get_by_index.py +0 -0
  24. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/get_class_method.py +0 -0
  25. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/get_filemtime.py +0 -0
  26. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/get_filesize.py +0 -0
  27. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/int_to_chr.py +0 -0
  28. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/is_empty.py +0 -0
  29. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/is_iterable.py +0 -0
  30. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/is_valid_url.py +0 -0
  31. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/password_generator.py +0 -0
  32. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/random_bool.py +0 -0
  33. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/restart.py +0 -0
  34. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/set_timeout.py +0 -0
  35. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/sets_ordered.py +0 -0
  36. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/str_cmp.py +0 -0
  37. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ibuiltins/to_str.py +0 -0
  38. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iconsole/__init__.py +0 -0
  39. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iconsole/choices.py +0 -0
  40. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iconsole/console_run.py +0 -0
  41. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iconsole/input_char.py +0 -0
  42. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iconsole/log.py +0 -0
  43. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iconsole/print_colorize.py +0 -0
  44. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iconsole/print_dir.py +0 -0
  45. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iconsole/print_log.py +0 -0
  46. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iconsole/print_to_last_line.py +0 -0
  47. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iconsole/text_colorize.py +0 -0
  48. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/idjango/APIMixinView.py +0 -0
  49. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/idjango/__init__.py +0 -0
  50. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iengineering/PintUreg.py +0 -0
  51. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iengineering/PintUregQuantity.py +0 -0
  52. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iengineering/__init__.py +0 -0
  53. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iengineering/batch_calculate.py +0 -0
  54. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iengineering/calculate.py +0 -0
  55. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iflow/auto_reload.py +0 -0
  56. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iflow/github_pull.py +0 -0
  57. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iflow/github_push.py +0 -0
  58. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iflow/github_user.py +0 -0
  59. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iflow/pip_freeze_without_version.py +0 -0
  60. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iflow/poetry_publish.py +0 -0
  61. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/iflow/poetry_update_version.py +0 -0
  62. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/__init__.py +0 -0
  63. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/iargv.py +0 -0
  64. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/idumps.py +0 -0
  65. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/idumps_html.py +0 -0
  66. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/ienv.py +0 -0
  67. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/iexec.py +0 -0
  68. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/ijoin.py +0 -0
  69. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/iloads.py +0 -0
  70. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/iloads_html.py +0 -0
  71. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/iopen.py +0 -0
  72. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/iprint.py +0 -0
  73. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/irange.py.bak +0 -0
  74. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/ireplace.py +0 -0
  75. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/iscandir.py +0 -0
  76. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/isplit.py +0 -0
  77. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/ifunctions/ivars.py +0 -0
  78. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/pypipr.py.bak +0 -0
  79. {pypipr-1.0.106 → pypipr-1.0.107}/pypipr/terminal.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypipr
3
- Version: 1.0.106
3
+ Version: 1.0.107
4
4
  Summary: The Python Package Index Project
5
5
  Author: ufiapjj
6
6
  Author-email: ufiapjj@gmail.com
@@ -120,7 +120,7 @@ print(list(chunk_array(arr, 5)))
120
120
 
121
121
  Output:
122
122
  ```py
123
- <generator object chunk_array at 0x7807440140>
123
+ <generator object chunk_array at 0x7d509d4040>
124
124
  [[2, 3, 12, 3, 3], [42, 42, 1, 43, 2], [42, 41, 4, 24, 32], [42, 3, 12, 32, 42], [42]]
125
125
  ```
126
126
 
@@ -171,9 +171,9 @@ print(datetime_now("Etc/GMT+7"))
171
171
 
172
172
  Output:
173
173
  ```py
174
- 2024-04-29 20:34:31.857030+07:00
175
- 2024-04-29 13:34:31.857799+00:00
176
- 2024-04-29 06:34:31.859165-07:00
174
+ 2024-04-29 20:40:57.605554+07:00
175
+ 2024-04-29 13:40:57.606252+00:00
176
+ 2024-04-29 06:40:57.607525-07:00
177
177
  ```
178
178
 
179
179
  ## dict_first
@@ -240,7 +240,7 @@ print(filter_empty(var))
240
240
 
241
241
  Output:
242
242
  ```py
243
- <generator object filter_empty at 0x78073d2d40>
243
+ <generator object filter_empty at 0x7d50946e30>
244
244
  ```
245
245
 
246
246
  ## get_by_index
@@ -286,8 +286,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
286
286
 
287
287
  Output:
288
288
  ```py
289
- <generator object get_class_method at 0x78073d3010>
290
- [<function ExampleGetClassMethod.a at 0x7807449800>, <function ExampleGetClassMethod.b at 0x78074496c0>, <function ExampleGetClassMethod.c at 0x78074498a0>, <function ExampleGetClassMethod.d at 0x7807449940>]
289
+ <generator object get_class_method at 0x7d50947100>
290
+ [<function ExampleGetClassMethod.a at 0x7d509dd800>, <function ExampleGetClassMethod.b at 0x7d509dd6c0>, <function ExampleGetClassMethod.c at 0x7d509dd8a0>, <function ExampleGetClassMethod.d at 0x7d509dd940>]
291
291
  ```
292
292
 
293
293
  ## get_filemtime
@@ -455,7 +455,7 @@ print(password_generator())
455
455
 
456
456
  Output:
457
457
  ```py
458
- et[>#k65
458
+ qWYWxMl,
459
459
  ```
460
460
 
461
461
  ## random_bool
@@ -499,7 +499,7 @@ x.cancel()
499
499
 
500
500
  Output:
501
501
  ```py
502
- <Timer(Thread-2, started 515494214896)>
502
+ <Timer(Thread-2, started 538199633136)>
503
503
  menghentikan timeout 7
504
504
  ```
505
505
 
@@ -517,7 +517,7 @@ print(list(sets_ordered(array)))
517
517
 
518
518
  Output:
519
519
  ```py
520
- <generator object sets_ordered at 0x78074501e0>
520
+ <generator object sets_ordered at 0x7d509e8110>
521
521
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
522
522
  ```
523
523
 
@@ -671,7 +671,7 @@ Output:
671
671
  __enter__ : https:/www.google.com
672
672
  __fspath__ : https:/www.google.com
673
673
  __getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
674
- __hash__ : 2310926016887611737
674
+ __hash__ : 7236578027364881221
675
675
  __init__ : None
676
676
  __init_subclass__ : None
677
677
  __module__ : pathlib
@@ -684,8 +684,8 @@ Output:
684
684
  _cached_cparts : ['https:', 'www.google.com']
685
685
  _cparts : ['https:', 'www.google.com']
686
686
  _drv :
687
- _flavour : <pathlib._PosixFlavour object at 0x781687cad0>
688
- _hash : 2310926016887611737
687
+ _flavour : <pathlib._PosixFlavour object at 0x7d604005d0>
688
+ _hash : 7236578027364881221
689
689
  _parts : ['https:', 'www.google.com']
690
690
  _root :
691
691
  _str : https:/www.google.com
@@ -707,7 +707,7 @@ Output:
707
707
  is_reserved : False
708
708
  is_socket : False
709
709
  is_symlink : False
710
- iterdir : <generator object Path.iterdir at 0x780742d380>
710
+ iterdir : <generator object Path.iterdir at 0x7d509c0c80>
711
711
  joinpath : https:/www.google.com
712
712
  name : www.google.com
713
713
  parent : https:
@@ -772,6 +772,12 @@ print(batch_calculate("{1 10} m ** {1 3}"))
772
772
  print(list(batch_calculate("{1 10} m ** {1 3}")))
773
773
  ```
774
774
 
775
+ Output:
776
+ ```py
777
+ <generator object batch_calculate at 0x7d50947c40>
778
+ [('1 m ** 1', <Quantity(1, 'meter')>), ('1 m ** 2', <Quantity(1, 'meter ** 2')>), ('2 m ** 1', <Quantity(2, 'meter')>), ('2 m ** 2', <Quantity(2, 'meter ** 2')>), ('3 m ** 1', <Quantity(3, 'meter')>), ('3 m ** 2', <Quantity(3, 'meter ** 2')>), ('4 m ** 1', <Quantity(4, 'meter')>), ('4 m ** 2', <Quantity(4, 'meter ** 2')>), ('5 m ** 1', <Quantity(5, 'meter')>), ('5 m ** 2', <Quantity(5, 'meter ** 2')>), ('6 m ** 1', <Quantity(6, 'meter')>), ('6 m ** 2', <Quantity(6, 'meter ** 2')>), ('7 m ** 1', <Quantity(7, 'meter')>), ('7 m ** 2', <Quantity(7, 'meter ** 2')>), ('8 m ** 1', <Quantity(8, 'meter')>), ('8 m ** 2', <Quantity(8, 'meter ** 2')>), ('9 m ** 1', <Quantity(9, 'meter')>), ('9 m ** 2', <Quantity(9, 'meter ** 2')>)]
779
+ ```
780
+
775
781
  ## batchmaker
776
782
 
777
783
  `batchmaker(pattern: str)`
@@ -791,6 +797,12 @@ print(batchmaker(s))
791
797
  print(list(batchmaker(s)))
792
798
  ```
793
799
 
800
+ Output:
801
+ ```py
802
+ <generator object batchmaker at 0x7d509d8280>
803
+ []
804
+ ```
805
+
794
806
  ## calculate
795
807
 
796
808
  `calculate(teks)`
@@ -1151,7 +1163,7 @@ print(ijoin(10, ' '))
1151
1163
 
1152
1164
  Output:
1153
1165
  ```py
1154
- weq, qweqw, asd, dfs
1166
+ asd, weq, dfs, qweqw
1155
1167
  ,ini,path,seperti,url,
1156
1168
  ini,path,seperti,url
1157
1169
  <li>satu</li>
@@ -1217,9 +1229,9 @@ Output:
1217
1229
  ```py
1218
1230
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1219
1231
  [['Harga Emas Hari Ini - Senin, 29 April 2024'],
1220
- ['Spot Emas USD↓2.334,41 (-3,53) / oz',
1232
+ ['Spot Emas USD↓2.334,33 (-3,61) / oz',
1221
1233
  'Kurs IDR↑16.222,00 (+14,00) / USD',
1222
- 'Emas IDR↓1.217.510 (-789) / gr'],
1234
+ 'Emas IDR↓1.217.468 (-830) / gr'],
1223
1235
  ['LM Antam (Jual)↓1.325.000 (-1.000) / gr',
1224
1236
  'LM Antam (Beli)↓1.221.000 (-1.000) / gr']],
1225
1237
  [['Harga Emas Hari Ini'],
@@ -1290,10 +1302,10 @@ Output:
1290
1302
  'Update harga LM Pegadaian :31 Agustus 2023']],
1291
1303
  [['Spot Harga Emas Hari Ini (Market Open)'],
1292
1304
  ['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
1293
- ['Ounce\xa0(oz)', '2.334,41 (-3,53)', '16.222,00 (+14,00)', '37.868.799'],
1294
- ['Gram\xa0(gr)', '75,05', '16.222,00', '1.217.510 (-789)'],
1295
- ['Kilogram\xa0(kg)', '75.053,02', '16.222,00', '1.217.510.161'],
1296
- ['Update harga emas :29 April 2024, pukul 20:34Update kurs :29 April 2024, '
1305
+ ['Ounce\xa0(oz)', '2.334,33 (-3,61)', '16.222,00 (+14,00)', '37.867.501'],
1306
+ ['Gram\xa0(gr)', '75,05', '16.222,00', '1.217.468 (-830)'],
1307
+ ['Kilogram\xa0(kg)', '75.050,45', '16.222,00', '1.217.468.437'],
1308
+ ['Update harga emas :29 April 2024, pukul 20:39Update kurs :29 April 2024, '
1297
1309
  'pukul 13:10']],
1298
1310
  [['Gram', 'UBS Gold 99.99%'],
1299
1311
  ['Jual', 'Beli'],
@@ -1339,36 +1351,36 @@ Output:
1339
1351
  ['Unit', 'USD', 'IDR'],
1340
1352
  ['Angka', '+/-', 'Angka', '+/-'],
1341
1353
  ['Hari Ini', 'Kurs', '', '', '16.208', '+14+0,09%'],
1342
- ['oz', '2.337,94', '-3,53-0,15%', '37.893.332', '-24.533-0,06%'],
1343
- ['gr', '75,17', '-0,11-0,15%', '1.218.299', '-789-0,06%'],
1354
+ ['oz', '2.337,94', '-3,61-0,15%', '37.893.332', '-25.830-0,07%'],
1355
+ ['gr', '75,17', '-0,12-0,15%', '1.218.299', '-830-0,07%'],
1344
1356
  ['30 Hari', 'Kurs', '', '', '15.853', '+369+2,33%'],
1345
- ['oz', '2.232,75', '+101,66+4,55%', '35.395.786', '+2.473.013+6,99%'],
1346
- ['gr', '71,78', '+3,27+4,55%', '1.138.001', '+79.509+6,99%'],
1357
+ ['oz', '2.232,75', '+101,58+4,55%', '35.395.786', '+2.471.716+6,98%'],
1358
+ ['gr', '71,78', '+3,27+4,55%', '1.138.001', '+79.467+6,98%'],
1347
1359
  ['2 Bulan', 'Kurs', '', '', '15.673', '+549+3,50%'],
1348
- ['oz', '2.045,83', '+288,58+14,11%', '32.064.294', '+5.804.505+18,10%'],
1349
- ['gr', '65,77', '+9,28+14,11', '1.030.891', '+186.619+18,10%'],
1360
+ ['oz', '2.045,83', '+288,50+14,10%', '32.064.294', '+5.803.208+18,10%'],
1361
+ ['gr', '65,77', '+9,28+14,10', '1.030.891', '+186.577+18,10%'],
1350
1362
  ['6 Bulan', 'Kurs', '', '', '15.897', '+325+2,04%'],
1351
- ['oz', '1.977,80', '+356,61+18,03%', '31.441.087', '+6.427.712+20,44%'],
1352
- ['gr', '63,59', '+11,47+18,03%', '1.010.854', '+206.656+20,44%'],
1363
+ ['oz', '1.977,80', '+356,53+18,03%', '31.441.087', '+6.426.415+20,44%'],
1364
+ ['gr', '63,59', '+11,46+18,03%', '1.010.854', '+206.614+20,44%'],
1353
1365
  ['1 Tahun', 'Kurs', '', '', '15.731', '+491+3,12%'],
1354
- ['oz', '1.823,86', '+510,55+27,99%', '28.691.142', '+9.177.657+31,99%'],
1355
- ['gr', '58,64', '+16,41+27,99%', '922.442', '+295.069+31,99%'],
1366
+ ['oz', '1.823,86', '+510,47+27,99%', '28.691.142', '+9.176.360+31,98%'],
1367
+ ['gr', '58,64', '+16,41+27,99%', '922.442', '+295.027+31,98%'],
1356
1368
  ['2 Tahun', 'Kurs', '', '', '14.418', '+1.804+12,51%'],
1357
- ['oz', '1.896,95', '+437,46+23,06%', '27.350.225', '+10.518.574+38,46%'],
1358
- ['gr', '60,99', '+14,06+23,06%', '879.330', '+338.180+38,46%'],
1369
+ ['oz', '1.896,95', '+437,38+23,06%', '27.350.225', '+10.517.276+38,45%'],
1370
+ ['gr', '60,99', '+14,06+23,06%', '879.330', '+338.138+38,45%'],
1359
1371
  ['3 Tahun', 'Kurs', '', '', '14.468', '+1.754+12,12%'],
1360
- ['oz', '1.767,08', '+567,33+32,11%', '25.566.113', '+12.302.686+48,12%'],
1361
- ['gr', '56,81', '+18,24+32,11%', '821.970', '+395.541+48,12%'],
1372
+ ['oz', '1.767,08', '+567,25+32,10%', '25.566.113', '+12.301.388+48,12%'],
1373
+ ['gr', '56,81', '+18,24+32,10%', '821.970', '+395.499+48,12%'],
1362
1374
  ['5 Tahun', 'Kurs', '', '', '14.215', '+2.007+14,12%'],
1363
- ['oz', '1.280,61', '+1.053,80+82,29%', '18.203.871', '+19.664.928+108,03%'],
1364
- ['gr', '41,17', '+33,88+82,29%', '585.268', '+632.242+108,03%']])
1375
+ ['oz', '1.280,61', '+1.053,72+82,28%', '18.203.871', '+19.663.630+108,02%'],
1376
+ ['gr', '41,17', '+33,88+82,28%', '585.268', '+632.200+108,02%']])
1365
1377
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1366
1378
  [[''],
1367
1379
  ['Emas 24 KaratHarga Emas 1 Gram', ''],
1368
- ['USD', '75,05↓', '-0,12-0,16%'],
1369
- ['KURS', '16.226,15↓', '-15,15-0,09%'],
1370
- ['IDR', '1.217.821,63↓', '-2.980,31-0,24%'],
1371
- ['Senin, 29 April 2024 20:34']],
1380
+ ['USD', '75,04↓', '-0,13-0,17%'],
1381
+ ['KURS', '16.226,00↓', '-15,30-0,09%'],
1382
+ ['IDR', '1.217.549,53↓', '-3.252,41-0,27%'],
1383
+ ['Senin, 29 April 2024 20:40']],
1372
1384
  [[''],
1373
1385
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1374
1386
  'Hari Ini',
@@ -1379,19 +1391,19 @@ Output:
1379
1391
  '']],
1380
1392
  [['Pergerakkan Harga Emas 1 Gram'],
1381
1393
  ['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
1382
- ['USD', '75,17', '75,05 - 75,17', '75,11'],
1383
- ['KURS', '16.241,30', '16.226,15 - 16.241,30', '16.233,73'],
1384
- ['IDR', '1.220.801,94', '1.217.821,63 - 1.220.801,94', '1.219.311,79'],
1394
+ ['USD', '75,17', '75,04 - 75,17', '75,11'],
1395
+ ['KURS', '16.241,30', '16.226,00 - 16.241,30', '16.233,65'],
1396
+ ['IDR', '1.220.801,94', '1.217.549,53 - 1.220.801,94', '1.219.175,74'],
1385
1397
  [''],
1386
1398
  ['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
1387
- ['USD', '66,32', '64,07 - 77,14', '+8,73 (13,16%)'],
1388
- ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+836,05 (5,43%)'],
1389
- ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+197.092,10 (19,31%)'],
1399
+ ['USD', '66,32', '64,07 - 77,14', '+8,72 (13,15%)'],
1400
+ ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+835,90 (5,43%)'],
1401
+ ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+196.820,00 (19,28%)'],
1390
1402
  [''],
1391
1403
  ['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
1392
- ['USD', '64,04', '58,43 - 77,14', '+11,01 (17,19%)'],
1393
- ['KURS', '14.671,35', '14.669,40 - 16.307,80', '+1.554,80 (10,60%)'],
1394
- ['IDR', '939.568,98', '912.925,68 - 1.256.829,06', '+278.252,65 (29,61%)']])
1404
+ ['USD', '64,04', '58,43 - 77,14', '+11,00 (17,18%)'],
1405
+ ['KURS', '14.671,35', '14.669,40 - 16.307,80', '+1.554,65 (10,60%)'],
1406
+ ['IDR', '939.568,98', '912.925,68 - 1.256.829,06', '+277.980,55 (29,59%)']])
1395
1407
  ```
1396
1408
 
1397
1409
  ## iopen
@@ -1433,7 +1445,7 @@ Output:
1433
1445
  ```py
1434
1446
  8
1435
1447
  ['mana', 'aja']
1436
- [<Element a at 0x780743bfc0>, <Element a at 0x780747eda0>, <Element a at 0x780747ee40>, <Element a at 0x780747ee90>, <Element a at 0x780747eee0>, <Element a at 0x780747ef30>, <Element a at 0x780747ef80>, <Element a at 0x780747efd0>, <Element a at 0x780747f020>, <Element a at 0x780747f070>, <Element a at 0x780747f0c0>, <Element a at 0x780747f110>, <Element a at 0x780747f160>, <Element a at 0x780747f1b0>, <Element a at 0x780747f200>, <Element a at 0x780747f250>, <Element a at 0x780747f2a0>, <Element a at 0x780747f2f0>, <Element a at 0x780747f340>, <Element a at 0x780747f390>]
1448
+ [<Element a at 0x7d509ca170>, <Element a at 0x7d50a16940>, <Element a at 0x7d50a169e0>, <Element a at 0x7d50a16a30>, <Element a at 0x7d50a16a80>, <Element a at 0x7d50a16ad0>, <Element a at 0x7d50a16b20>, <Element a at 0x7d50a16b70>, <Element a at 0x7d50a16bc0>, <Element a at 0x7d50a16c10>, <Element a at 0x7d50a16c60>, <Element a at 0x7d50a16cb0>, <Element a at 0x7d50a16d00>, <Element a at 0x7d50a16d50>, <Element a at 0x7d50a16da0>, <Element a at 0x7d50a16df0>, <Element a at 0x7d50a16e40>, <Element a at 0x7d50a16e90>, <Element a at 0x7d50a16ee0>, <Element a at 0x7d50a16f30>]
1437
1449
  False
1438
1450
  ```
1439
1451
 
@@ -1472,6 +1484,15 @@ print(list(irange(1, '7')))
1472
1484
  print(list(irange(10, 5)))
1473
1485
  ```
1474
1486
 
1487
+ Output:
1488
+ ```py
1489
+ <generator object char_range at 0x7d5099ebd0>
1490
+ <generator object char_range at 0x7d5099ebd0>
1491
+ ['a', 'k', 'u']
1492
+ [1, 2, 3, 4, 5, 6]
1493
+ []
1494
+ ```
1495
+
1475
1496
  ## ireplace
1476
1497
 
1477
1498
  `ireplace(string: str, replacements: dict, flags=re.IGNORECASE|re.MULTILINE|re.DOTALL)`
@@ -1509,7 +1530,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1509
1530
 
1510
1531
  Output:
1511
1532
  ```py
1512
- <generator object iscandir at 0x7807440740>
1533
+ <generator object iscandir at 0x7d509d4640>
1513
1534
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1514
1535
  ```
1515
1536
 
@@ -1547,7 +1568,7 @@ Output:
1547
1568
  'idjango': <module 'pypipr.idjango' from '/data/data/com.termux/files/home/pypipr/pypipr/idjango/__init__.py'>,
1548
1569
  'iengineering': <module 'pypipr.iengineering' from '/data/data/com.termux/files/home/pypipr/pypipr/iengineering/__init__.py'>,
1549
1570
  'ifunctions': <module 'pypipr.ifunctions' from '/data/data/com.termux/files/home/pypipr/pypipr/ifunctions/__init__.py'>,
1550
- 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x7815c8f5d0>)>,
1571
+ 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x7d54e4bcd0>)>,
1551
1572
  'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
1552
1573
  'colorama': <module 'colorama' from '/data/data/com.termux/files/usr/lib/python3.11/site-packages/colorama/__init__.py'>,
1553
1574
  'csv': <module 'csv' from '/data/data/com.termux/files/usr/lib/python3.11/csv.py'>,
@@ -1585,67 +1606,67 @@ Output:
1585
1606
  'PintUregQuantity': <class 'pint.Quantity'>},
1586
1607
  'variable': {'LINUX': True,
1587
1608
  'WINDOWS': False,
1588
- 'PintUreg': <pint.registry.UnitRegistry object at 0x780e334750>},
1589
- 'function': {'avg': <function avg at 0x7818bb6d40>,
1590
- 'basename': <function basename at 0x7818b868e0>,
1591
- 'chr_to_int': <function chr_to_int at 0x7816805080>,
1592
- 'chunk_array': <function chunk_array at 0x78168051c0>,
1593
- 'create_folder': <function create_folder at 0x78168053a0>,
1594
- 'datetime_from_string': <function datetime_from_string at 0x7816805580>,
1595
- 'datetime_now': <function datetime_now at 0x78168ad620>,
1596
- 'dict_first': <function dict_first at 0x78168ad580>,
1597
- 'dirname': <function dirname at 0x78168ad4e0>,
1598
- 'exit_if_empty': <function exit_if_empty at 0x78168ad3a0>,
1599
- 'filter_empty': <function filter_empty at 0x78168ad1c0>,
1600
- 'get_by_index': <function get_by_index at 0x78168ace00>,
1601
- 'get_class_method': <function get_class_method at 0x78168accc0>,
1602
- 'get_filemtime': <function get_filemtime at 0x78168acb80>,
1603
- 'get_filesize': <function get_filesize at 0x78168ac9a0>,
1604
- 'int_to_chr': <function int_to_chr at 0x78168ac900>,
1605
- 'is_empty': <function is_empty at 0x78168ad260>,
1606
- 'is_iterable': <function is_iterable at 0x78168acfe0>,
1607
- 'is_valid_url': <function is_valid_url at 0x78168ac7c0>,
1608
- 'password_generator': <function password_generator at 0x78168ac680>,
1609
- 'random_bool': <function random_bool at 0x78168ac4a0>,
1610
- 'restart': <function restart at 0x78168af7e0>,
1611
- 'set_timeout': <function set_timeout at 0x78168af920>,
1612
- 'sets_ordered': <function sets_ordered at 0x78168afa60>,
1613
- 'str_cmp': <function str_cmp at 0x78168afb00>,
1614
- 'to_str': <function to_str at 0x78168acf40>,
1615
- 'choices': <function choices at 0x78168afba0>,
1616
- 'console_run': <function console_run at 0x78168afe20>,
1617
- 'input_char': <function input_char at 0x78168aff60>,
1618
- 'log': <function log at 0x78168d0180>,
1619
- 'print_colorize': <function print_colorize at 0x78168d0220>,
1620
- 'print_dir': <function print_dir at 0x78168d0360>,
1621
- 'print_log': <function print_log at 0x78168d0040>,
1622
- 'print_to_last_line': <function print_to_last_line at 0x78168afd80>,
1623
- 'text_colorize': <function text_colorize at 0x78168afec0>,
1624
- 'batch_calculate': <function batch_calculate at 0x780d9316c0>,
1625
- 'batchmaker': <function batchmaker at 0x780d932340>,
1626
- 'calculate': <function calculate at 0x780d932700>,
1627
- 'auto_reload': <function auto_reload at 0x780d9323e0>,
1628
- 'github_pull': <function github_pull at 0x780d9325c0>,
1629
- 'github_push': <function github_push at 0x780d932b60>,
1630
- 'github_user': <function github_user at 0x780d65a0c0>,
1631
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x780d65a160>,
1632
- 'poetry_publish': <function poetry_publish at 0x780d65a020>,
1633
- 'poetry_update_version': <function poetry_update_version at 0x780d67eb60>,
1634
- 'iargv': <function iargv at 0x780763c2c0>,
1635
- 'idumps': <function idumps at 0x780763c400>,
1636
- 'idumps_html': <function idumps_html at 0x78076a8e00>,
1637
- 'ienv': <function ienv at 0x780763c540>,
1638
- 'iexec': <function iexec at 0x78076a9080>,
1639
- 'ijoin': <function ijoin at 0x780d65a340>,
1640
- 'iloads': <function iloads at 0x78076a9120>,
1641
- 'iloads_html': <function iloads_html at 0x78076a93a0>,
1642
- 'iopen': <function iopen at 0x780d65a3e0>,
1643
- 'iprint': <function iprint at 0x78076a9260>,
1644
- 'irange': <function irange at 0x780d932520>,
1645
- 'ireplace': <function ireplace at 0x78076a9440>,
1646
- 'iscandir': <function iscandir at 0x78076ab060>,
1647
- 'isplit': <function isplit at 0x78076ab100>,
1648
- 'ivars': <function ivars at 0x78076ab1a0>}}
1609
+ 'PintUreg': <pint.registry.UnitRegistry object at 0x7d5af1b750>},
1610
+ 'function': {'avg': <function avg at 0x7d645b6d40>,
1611
+ 'basename': <function basename at 0x7d6457e8e0>,
1612
+ 'chr_to_int': <function chr_to_int at 0x7d60385080>,
1613
+ 'chunk_array': <function chunk_array at 0x7d603851c0>,
1614
+ 'create_folder': <function create_folder at 0x7d603853a0>,
1615
+ 'datetime_from_string': <function datetime_from_string at 0x7d60385580>,
1616
+ 'datetime_now': <function datetime_now at 0x7d6042d620>,
1617
+ 'dict_first': <function dict_first at 0x7d6042d580>,
1618
+ 'dirname': <function dirname at 0x7d6042d4e0>,
1619
+ 'exit_if_empty': <function exit_if_empty at 0x7d6042d3a0>,
1620
+ 'filter_empty': <function filter_empty at 0x7d6042d1c0>,
1621
+ 'get_by_index': <function get_by_index at 0x7d6042ce00>,
1622
+ 'get_class_method': <function get_class_method at 0x7d6042ccc0>,
1623
+ 'get_filemtime': <function get_filemtime at 0x7d6042cb80>,
1624
+ 'get_filesize': <function get_filesize at 0x7d6042c9a0>,
1625
+ 'int_to_chr': <function int_to_chr at 0x7d6042c900>,
1626
+ 'is_empty': <function is_empty at 0x7d6042d260>,
1627
+ 'is_iterable': <function is_iterable at 0x7d6042cfe0>,
1628
+ 'is_valid_url': <function is_valid_url at 0x7d6042c7c0>,
1629
+ 'password_generator': <function password_generator at 0x7d6042c680>,
1630
+ 'random_bool': <function random_bool at 0x7d6042c4a0>,
1631
+ 'restart': <function restart at 0x7d6042f7e0>,
1632
+ 'set_timeout': <function set_timeout at 0x7d6042f920>,
1633
+ 'sets_ordered': <function sets_ordered at 0x7d6042fa60>,
1634
+ 'str_cmp': <function str_cmp at 0x7d6042fb00>,
1635
+ 'to_str': <function to_str at 0x7d6042cf40>,
1636
+ 'choices': <function choices at 0x7d6042fba0>,
1637
+ 'console_run': <function console_run at 0x7d6042fe20>,
1638
+ 'input_char': <function input_char at 0x7d6042ff60>,
1639
+ 'log': <function log at 0x7d60450180>,
1640
+ 'print_colorize': <function print_colorize at 0x7d60450220>,
1641
+ 'print_dir': <function print_dir at 0x7d60450360>,
1642
+ 'print_log': <function print_log at 0x7d60450040>,
1643
+ 'print_to_last_line': <function print_to_last_line at 0x7d6042fd80>,
1644
+ 'text_colorize': <function text_colorize at 0x7d6042fec0>,
1645
+ 'batch_calculate': <function batch_calculate at 0x7d54e516c0>,
1646
+ 'batchmaker': <function batchmaker at 0x7d54e52340>,
1647
+ 'calculate': <function calculate at 0x7d54e52700>,
1648
+ 'auto_reload': <function auto_reload at 0x7d54e523e0>,
1649
+ 'github_pull': <function github_pull at 0x7d54e525c0>,
1650
+ 'github_push': <function github_push at 0x7d54e52b60>,
1651
+ 'github_user': <function github_user at 0x7d54b7a0c0>,
1652
+ 'pip_freeze_without_version': <function pip_freeze_without_version at 0x7d54b7a160>,
1653
+ 'poetry_publish': <function poetry_publish at 0x7d54b7a020>,
1654
+ 'poetry_update_version': <function poetry_update_version at 0x7d54b9eb60>,
1655
+ 'iargv': <function iargv at 0x7d50bfc2c0>,
1656
+ 'idumps': <function idumps at 0x7d50bfc400>,
1657
+ 'idumps_html': <function idumps_html at 0x7d50c68e00>,
1658
+ 'ienv': <function ienv at 0x7d50bfc540>,
1659
+ 'iexec': <function iexec at 0x7d50c69080>,
1660
+ 'ijoin': <function ijoin at 0x7d54b7a340>,
1661
+ 'iloads': <function iloads at 0x7d50c69120>,
1662
+ 'iloads_html': <function iloads_html at 0x7d50c693a0>,
1663
+ 'iopen': <function iopen at 0x7d54b7a3e0>,
1664
+ 'iprint': <function iprint at 0x7d50c69260>,
1665
+ 'irange': <function irange at 0x7d54e52520>,
1666
+ 'ireplace': <function ireplace at 0x7d50c69440>,
1667
+ 'iscandir': <function iscandir at 0x7d50c6b060>,
1668
+ 'isplit': <function isplit at 0x7d50c6b100>,
1669
+ 'ivars': <function ivars at 0x7d50c6b1a0>}}
1649
1670
  ```
1650
1671
 
1651
1672
  # CLASS
@@ -1685,7 +1706,7 @@ print(ExampleComparePerformance().compare_performance())
1685
1706
 
1686
1707
  Output:
1687
1708
  ```py
1688
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x78074542b0>,
1709
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x7d509ec2b0>,
1689
1710
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
1690
1711
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1691
1712
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
@@ -33,7 +33,7 @@ def batchmaker(pattern: str):
33
33
  start, finish, step = s.groups()
34
34
 
35
35
  for i in irange(start, finish, step):
36
- r = pattern.replace(find, i, 1)
36
+ r = pattern.replace(find, str(i), 1)
37
37
  yield from batchmaker(r)
38
38
 
39
39
 
@@ -21,7 +21,7 @@ def irange(start, stop=None, step=1, index=0, numbers="abcdefghijklmnopqrstuvwxy
21
21
  step = 1 if step is None else int(step)
22
22
 
23
23
  try:
24
- return irange(int(start), int(stop), step, index, numbers)
24
+ return range(int(start), int(stop), step)
25
25
  except Exception:
26
26
  pass
27
27
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pypipr"
3
- version = "1.0.106"
3
+ version = "1.0.107"
4
4
  description = "The Python Package Index Project"
5
5
  authors = ["ufiapjj <ufiapjj@gmail.com>"]
6
6
  readme = "readme.md"
@@ -97,7 +97,7 @@ print(list(chunk_array(arr, 5)))
97
97
 
98
98
  Output:
99
99
  ```py
100
- <generator object chunk_array at 0x7807440140>
100
+ <generator object chunk_array at 0x7d509d4040>
101
101
  [[2, 3, 12, 3, 3], [42, 42, 1, 43, 2], [42, 41, 4, 24, 32], [42, 3, 12, 32, 42], [42]]
102
102
  ```
103
103
 
@@ -148,9 +148,9 @@ print(datetime_now("Etc/GMT+7"))
148
148
 
149
149
  Output:
150
150
  ```py
151
- 2024-04-29 20:34:31.857030+07:00
152
- 2024-04-29 13:34:31.857799+00:00
153
- 2024-04-29 06:34:31.859165-07:00
151
+ 2024-04-29 20:40:57.605554+07:00
152
+ 2024-04-29 13:40:57.606252+00:00
153
+ 2024-04-29 06:40:57.607525-07:00
154
154
  ```
155
155
 
156
156
  ## dict_first
@@ -217,7 +217,7 @@ print(filter_empty(var))
217
217
 
218
218
  Output:
219
219
  ```py
220
- <generator object filter_empty at 0x78073d2d40>
220
+ <generator object filter_empty at 0x7d50946e30>
221
221
  ```
222
222
 
223
223
  ## get_by_index
@@ -263,8 +263,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
263
263
 
264
264
  Output:
265
265
  ```py
266
- <generator object get_class_method at 0x78073d3010>
267
- [<function ExampleGetClassMethod.a at 0x7807449800>, <function ExampleGetClassMethod.b at 0x78074496c0>, <function ExampleGetClassMethod.c at 0x78074498a0>, <function ExampleGetClassMethod.d at 0x7807449940>]
266
+ <generator object get_class_method at 0x7d50947100>
267
+ [<function ExampleGetClassMethod.a at 0x7d509dd800>, <function ExampleGetClassMethod.b at 0x7d509dd6c0>, <function ExampleGetClassMethod.c at 0x7d509dd8a0>, <function ExampleGetClassMethod.d at 0x7d509dd940>]
268
268
  ```
269
269
 
270
270
  ## get_filemtime
@@ -432,7 +432,7 @@ print(password_generator())
432
432
 
433
433
  Output:
434
434
  ```py
435
- et[>#k65
435
+ qWYWxMl,
436
436
  ```
437
437
 
438
438
  ## random_bool
@@ -476,7 +476,7 @@ x.cancel()
476
476
 
477
477
  Output:
478
478
  ```py
479
- <Timer(Thread-2, started 515494214896)>
479
+ <Timer(Thread-2, started 538199633136)>
480
480
  menghentikan timeout 7
481
481
  ```
482
482
 
@@ -494,7 +494,7 @@ print(list(sets_ordered(array)))
494
494
 
495
495
  Output:
496
496
  ```py
497
- <generator object sets_ordered at 0x78074501e0>
497
+ <generator object sets_ordered at 0x7d509e8110>
498
498
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
499
499
  ```
500
500
 
@@ -648,7 +648,7 @@ Output:
648
648
  __enter__ : https:/www.google.com
649
649
  __fspath__ : https:/www.google.com
650
650
  __getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
651
- __hash__ : 2310926016887611737
651
+ __hash__ : 7236578027364881221
652
652
  __init__ : None
653
653
  __init_subclass__ : None
654
654
  __module__ : pathlib
@@ -661,8 +661,8 @@ Output:
661
661
  _cached_cparts : ['https:', 'www.google.com']
662
662
  _cparts : ['https:', 'www.google.com']
663
663
  _drv :
664
- _flavour : <pathlib._PosixFlavour object at 0x781687cad0>
665
- _hash : 2310926016887611737
664
+ _flavour : <pathlib._PosixFlavour object at 0x7d604005d0>
665
+ _hash : 7236578027364881221
666
666
  _parts : ['https:', 'www.google.com']
667
667
  _root :
668
668
  _str : https:/www.google.com
@@ -684,7 +684,7 @@ Output:
684
684
  is_reserved : False
685
685
  is_socket : False
686
686
  is_symlink : False
687
- iterdir : <generator object Path.iterdir at 0x780742d380>
687
+ iterdir : <generator object Path.iterdir at 0x7d509c0c80>
688
688
  joinpath : https:/www.google.com
689
689
  name : www.google.com
690
690
  parent : https:
@@ -749,6 +749,12 @@ print(batch_calculate("{1 10} m ** {1 3}"))
749
749
  print(list(batch_calculate("{1 10} m ** {1 3}")))
750
750
  ```
751
751
 
752
+ Output:
753
+ ```py
754
+ <generator object batch_calculate at 0x7d50947c40>
755
+ [('1 m ** 1', <Quantity(1, 'meter')>), ('1 m ** 2', <Quantity(1, 'meter ** 2')>), ('2 m ** 1', <Quantity(2, 'meter')>), ('2 m ** 2', <Quantity(2, 'meter ** 2')>), ('3 m ** 1', <Quantity(3, 'meter')>), ('3 m ** 2', <Quantity(3, 'meter ** 2')>), ('4 m ** 1', <Quantity(4, 'meter')>), ('4 m ** 2', <Quantity(4, 'meter ** 2')>), ('5 m ** 1', <Quantity(5, 'meter')>), ('5 m ** 2', <Quantity(5, 'meter ** 2')>), ('6 m ** 1', <Quantity(6, 'meter')>), ('6 m ** 2', <Quantity(6, 'meter ** 2')>), ('7 m ** 1', <Quantity(7, 'meter')>), ('7 m ** 2', <Quantity(7, 'meter ** 2')>), ('8 m ** 1', <Quantity(8, 'meter')>), ('8 m ** 2', <Quantity(8, 'meter ** 2')>), ('9 m ** 1', <Quantity(9, 'meter')>), ('9 m ** 2', <Quantity(9, 'meter ** 2')>)]
756
+ ```
757
+
752
758
  ## batchmaker
753
759
 
754
760
  `batchmaker(pattern: str)`
@@ -768,6 +774,12 @@ print(batchmaker(s))
768
774
  print(list(batchmaker(s)))
769
775
  ```
770
776
 
777
+ Output:
778
+ ```py
779
+ <generator object batchmaker at 0x7d509d8280>
780
+ []
781
+ ```
782
+
771
783
  ## calculate
772
784
 
773
785
  `calculate(teks)`
@@ -1128,7 +1140,7 @@ print(ijoin(10, ' '))
1128
1140
 
1129
1141
  Output:
1130
1142
  ```py
1131
- weq, qweqw, asd, dfs
1143
+ asd, weq, dfs, qweqw
1132
1144
  ,ini,path,seperti,url,
1133
1145
  ini,path,seperti,url
1134
1146
  <li>satu</li>
@@ -1194,9 +1206,9 @@ Output:
1194
1206
  ```py
1195
1207
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1196
1208
  [['Harga Emas Hari Ini - Senin, 29 April 2024'],
1197
- ['Spot Emas USD↓2.334,41 (-3,53) / oz',
1209
+ ['Spot Emas USD↓2.334,33 (-3,61) / oz',
1198
1210
  'Kurs IDR↑16.222,00 (+14,00) / USD',
1199
- 'Emas IDR↓1.217.510 (-789) / gr'],
1211
+ 'Emas IDR↓1.217.468 (-830) / gr'],
1200
1212
  ['LM Antam (Jual)↓1.325.000 (-1.000) / gr',
1201
1213
  'LM Antam (Beli)↓1.221.000 (-1.000) / gr']],
1202
1214
  [['Harga Emas Hari Ini'],
@@ -1267,10 +1279,10 @@ Output:
1267
1279
  'Update harga LM Pegadaian :31 Agustus 2023']],
1268
1280
  [['Spot Harga Emas Hari Ini (Market Open)'],
1269
1281
  ['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
1270
- ['Ounce\xa0(oz)', '2.334,41 (-3,53)', '16.222,00 (+14,00)', '37.868.799'],
1271
- ['Gram\xa0(gr)', '75,05', '16.222,00', '1.217.510 (-789)'],
1272
- ['Kilogram\xa0(kg)', '75.053,02', '16.222,00', '1.217.510.161'],
1273
- ['Update harga emas :29 April 2024, pukul 20:34Update kurs :29 April 2024, '
1282
+ ['Ounce\xa0(oz)', '2.334,33 (-3,61)', '16.222,00 (+14,00)', '37.867.501'],
1283
+ ['Gram\xa0(gr)', '75,05', '16.222,00', '1.217.468 (-830)'],
1284
+ ['Kilogram\xa0(kg)', '75.050,45', '16.222,00', '1.217.468.437'],
1285
+ ['Update harga emas :29 April 2024, pukul 20:39Update kurs :29 April 2024, '
1274
1286
  'pukul 13:10']],
1275
1287
  [['Gram', 'UBS Gold 99.99%'],
1276
1288
  ['Jual', 'Beli'],
@@ -1316,36 +1328,36 @@ Output:
1316
1328
  ['Unit', 'USD', 'IDR'],
1317
1329
  ['Angka', '+/-', 'Angka', '+/-'],
1318
1330
  ['Hari Ini', 'Kurs', '', '', '16.208', '+14+0,09%'],
1319
- ['oz', '2.337,94', '-3,53-0,15%', '37.893.332', '-24.533-0,06%'],
1320
- ['gr', '75,17', '-0,11-0,15%', '1.218.299', '-789-0,06%'],
1331
+ ['oz', '2.337,94', '-3,61-0,15%', '37.893.332', '-25.830-0,07%'],
1332
+ ['gr', '75,17', '-0,12-0,15%', '1.218.299', '-830-0,07%'],
1321
1333
  ['30 Hari', 'Kurs', '', '', '15.853', '+369+2,33%'],
1322
- ['oz', '2.232,75', '+101,66+4,55%', '35.395.786', '+2.473.013+6,99%'],
1323
- ['gr', '71,78', '+3,27+4,55%', '1.138.001', '+79.509+6,99%'],
1334
+ ['oz', '2.232,75', '+101,58+4,55%', '35.395.786', '+2.471.716+6,98%'],
1335
+ ['gr', '71,78', '+3,27+4,55%', '1.138.001', '+79.467+6,98%'],
1324
1336
  ['2 Bulan', 'Kurs', '', '', '15.673', '+549+3,50%'],
1325
- ['oz', '2.045,83', '+288,58+14,11%', '32.064.294', '+5.804.505+18,10%'],
1326
- ['gr', '65,77', '+9,28+14,11', '1.030.891', '+186.619+18,10%'],
1337
+ ['oz', '2.045,83', '+288,50+14,10%', '32.064.294', '+5.803.208+18,10%'],
1338
+ ['gr', '65,77', '+9,28+14,10', '1.030.891', '+186.577+18,10%'],
1327
1339
  ['6 Bulan', 'Kurs', '', '', '15.897', '+325+2,04%'],
1328
- ['oz', '1.977,80', '+356,61+18,03%', '31.441.087', '+6.427.712+20,44%'],
1329
- ['gr', '63,59', '+11,47+18,03%', '1.010.854', '+206.656+20,44%'],
1340
+ ['oz', '1.977,80', '+356,53+18,03%', '31.441.087', '+6.426.415+20,44%'],
1341
+ ['gr', '63,59', '+11,46+18,03%', '1.010.854', '+206.614+20,44%'],
1330
1342
  ['1 Tahun', 'Kurs', '', '', '15.731', '+491+3,12%'],
1331
- ['oz', '1.823,86', '+510,55+27,99%', '28.691.142', '+9.177.657+31,99%'],
1332
- ['gr', '58,64', '+16,41+27,99%', '922.442', '+295.069+31,99%'],
1343
+ ['oz', '1.823,86', '+510,47+27,99%', '28.691.142', '+9.176.360+31,98%'],
1344
+ ['gr', '58,64', '+16,41+27,99%', '922.442', '+295.027+31,98%'],
1333
1345
  ['2 Tahun', 'Kurs', '', '', '14.418', '+1.804+12,51%'],
1334
- ['oz', '1.896,95', '+437,46+23,06%', '27.350.225', '+10.518.574+38,46%'],
1335
- ['gr', '60,99', '+14,06+23,06%', '879.330', '+338.180+38,46%'],
1346
+ ['oz', '1.896,95', '+437,38+23,06%', '27.350.225', '+10.517.276+38,45%'],
1347
+ ['gr', '60,99', '+14,06+23,06%', '879.330', '+338.138+38,45%'],
1336
1348
  ['3 Tahun', 'Kurs', '', '', '14.468', '+1.754+12,12%'],
1337
- ['oz', '1.767,08', '+567,33+32,11%', '25.566.113', '+12.302.686+48,12%'],
1338
- ['gr', '56,81', '+18,24+32,11%', '821.970', '+395.541+48,12%'],
1349
+ ['oz', '1.767,08', '+567,25+32,10%', '25.566.113', '+12.301.388+48,12%'],
1350
+ ['gr', '56,81', '+18,24+32,10%', '821.970', '+395.499+48,12%'],
1339
1351
  ['5 Tahun', 'Kurs', '', '', '14.215', '+2.007+14,12%'],
1340
- ['oz', '1.280,61', '+1.053,80+82,29%', '18.203.871', '+19.664.928+108,03%'],
1341
- ['gr', '41,17', '+33,88+82,29%', '585.268', '+632.242+108,03%']])
1352
+ ['oz', '1.280,61', '+1.053,72+82,28%', '18.203.871', '+19.663.630+108,02%'],
1353
+ ['gr', '41,17', '+33,88+82,28%', '585.268', '+632.200+108,02%']])
1342
1354
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1343
1355
  [[''],
1344
1356
  ['Emas 24 KaratHarga Emas 1 Gram', ''],
1345
- ['USD', '75,05↓', '-0,12-0,16%'],
1346
- ['KURS', '16.226,15↓', '-15,15-0,09%'],
1347
- ['IDR', '1.217.821,63↓', '-2.980,31-0,24%'],
1348
- ['Senin, 29 April 2024 20:34']],
1357
+ ['USD', '75,04↓', '-0,13-0,17%'],
1358
+ ['KURS', '16.226,00↓', '-15,30-0,09%'],
1359
+ ['IDR', '1.217.549,53↓', '-3.252,41-0,27%'],
1360
+ ['Senin, 29 April 2024 20:40']],
1349
1361
  [[''],
1350
1362
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1351
1363
  'Hari Ini',
@@ -1356,19 +1368,19 @@ Output:
1356
1368
  '']],
1357
1369
  [['Pergerakkan Harga Emas 1 Gram'],
1358
1370
  ['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
1359
- ['USD', '75,17', '75,05 - 75,17', '75,11'],
1360
- ['KURS', '16.241,30', '16.226,15 - 16.241,30', '16.233,73'],
1361
- ['IDR', '1.220.801,94', '1.217.821,63 - 1.220.801,94', '1.219.311,79'],
1371
+ ['USD', '75,17', '75,04 - 75,17', '75,11'],
1372
+ ['KURS', '16.241,30', '16.226,00 - 16.241,30', '16.233,65'],
1373
+ ['IDR', '1.220.801,94', '1.217.549,53 - 1.220.801,94', '1.219.175,74'],
1362
1374
  [''],
1363
1375
  ['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
1364
- ['USD', '66,32', '64,07 - 77,14', '+8,73 (13,16%)'],
1365
- ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+836,05 (5,43%)'],
1366
- ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+197.092,10 (19,31%)'],
1376
+ ['USD', '66,32', '64,07 - 77,14', '+8,72 (13,15%)'],
1377
+ ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+835,90 (5,43%)'],
1378
+ ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+196.820,00 (19,28%)'],
1367
1379
  [''],
1368
1380
  ['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
1369
- ['USD', '64,04', '58,43 - 77,14', '+11,01 (17,19%)'],
1370
- ['KURS', '14.671,35', '14.669,40 - 16.307,80', '+1.554,80 (10,60%)'],
1371
- ['IDR', '939.568,98', '912.925,68 - 1.256.829,06', '+278.252,65 (29,61%)']])
1381
+ ['USD', '64,04', '58,43 - 77,14', '+11,00 (17,18%)'],
1382
+ ['KURS', '14.671,35', '14.669,40 - 16.307,80', '+1.554,65 (10,60%)'],
1383
+ ['IDR', '939.568,98', '912.925,68 - 1.256.829,06', '+277.980,55 (29,59%)']])
1372
1384
  ```
1373
1385
 
1374
1386
  ## iopen
@@ -1410,7 +1422,7 @@ Output:
1410
1422
  ```py
1411
1423
  8
1412
1424
  ['mana', 'aja']
1413
- [<Element a at 0x780743bfc0>, <Element a at 0x780747eda0>, <Element a at 0x780747ee40>, <Element a at 0x780747ee90>, <Element a at 0x780747eee0>, <Element a at 0x780747ef30>, <Element a at 0x780747ef80>, <Element a at 0x780747efd0>, <Element a at 0x780747f020>, <Element a at 0x780747f070>, <Element a at 0x780747f0c0>, <Element a at 0x780747f110>, <Element a at 0x780747f160>, <Element a at 0x780747f1b0>, <Element a at 0x780747f200>, <Element a at 0x780747f250>, <Element a at 0x780747f2a0>, <Element a at 0x780747f2f0>, <Element a at 0x780747f340>, <Element a at 0x780747f390>]
1425
+ [<Element a at 0x7d509ca170>, <Element a at 0x7d50a16940>, <Element a at 0x7d50a169e0>, <Element a at 0x7d50a16a30>, <Element a at 0x7d50a16a80>, <Element a at 0x7d50a16ad0>, <Element a at 0x7d50a16b20>, <Element a at 0x7d50a16b70>, <Element a at 0x7d50a16bc0>, <Element a at 0x7d50a16c10>, <Element a at 0x7d50a16c60>, <Element a at 0x7d50a16cb0>, <Element a at 0x7d50a16d00>, <Element a at 0x7d50a16d50>, <Element a at 0x7d50a16da0>, <Element a at 0x7d50a16df0>, <Element a at 0x7d50a16e40>, <Element a at 0x7d50a16e90>, <Element a at 0x7d50a16ee0>, <Element a at 0x7d50a16f30>]
1414
1426
  False
1415
1427
  ```
1416
1428
 
@@ -1449,6 +1461,15 @@ print(list(irange(1, '7')))
1449
1461
  print(list(irange(10, 5)))
1450
1462
  ```
1451
1463
 
1464
+ Output:
1465
+ ```py
1466
+ <generator object char_range at 0x7d5099ebd0>
1467
+ <generator object char_range at 0x7d5099ebd0>
1468
+ ['a', 'k', 'u']
1469
+ [1, 2, 3, 4, 5, 6]
1470
+ []
1471
+ ```
1472
+
1452
1473
  ## ireplace
1453
1474
 
1454
1475
  `ireplace(string: str, replacements: dict, flags=re.IGNORECASE|re.MULTILINE|re.DOTALL)`
@@ -1486,7 +1507,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1486
1507
 
1487
1508
  Output:
1488
1509
  ```py
1489
- <generator object iscandir at 0x7807440740>
1510
+ <generator object iscandir at 0x7d509d4640>
1490
1511
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1491
1512
  ```
1492
1513
 
@@ -1524,7 +1545,7 @@ Output:
1524
1545
  'idjango': <module 'pypipr.idjango' from '/data/data/com.termux/files/home/pypipr/pypipr/idjango/__init__.py'>,
1525
1546
  'iengineering': <module 'pypipr.iengineering' from '/data/data/com.termux/files/home/pypipr/pypipr/iengineering/__init__.py'>,
1526
1547
  'ifunctions': <module 'pypipr.ifunctions' from '/data/data/com.termux/files/home/pypipr/pypipr/ifunctions/__init__.py'>,
1527
- 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x7815c8f5d0>)>,
1548
+ 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x7d54e4bcd0>)>,
1528
1549
  'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
1529
1550
  'colorama': <module 'colorama' from '/data/data/com.termux/files/usr/lib/python3.11/site-packages/colorama/__init__.py'>,
1530
1551
  'csv': <module 'csv' from '/data/data/com.termux/files/usr/lib/python3.11/csv.py'>,
@@ -1562,67 +1583,67 @@ Output:
1562
1583
  'PintUregQuantity': <class 'pint.Quantity'>},
1563
1584
  'variable': {'LINUX': True,
1564
1585
  'WINDOWS': False,
1565
- 'PintUreg': <pint.registry.UnitRegistry object at 0x780e334750>},
1566
- 'function': {'avg': <function avg at 0x7818bb6d40>,
1567
- 'basename': <function basename at 0x7818b868e0>,
1568
- 'chr_to_int': <function chr_to_int at 0x7816805080>,
1569
- 'chunk_array': <function chunk_array at 0x78168051c0>,
1570
- 'create_folder': <function create_folder at 0x78168053a0>,
1571
- 'datetime_from_string': <function datetime_from_string at 0x7816805580>,
1572
- 'datetime_now': <function datetime_now at 0x78168ad620>,
1573
- 'dict_first': <function dict_first at 0x78168ad580>,
1574
- 'dirname': <function dirname at 0x78168ad4e0>,
1575
- 'exit_if_empty': <function exit_if_empty at 0x78168ad3a0>,
1576
- 'filter_empty': <function filter_empty at 0x78168ad1c0>,
1577
- 'get_by_index': <function get_by_index at 0x78168ace00>,
1578
- 'get_class_method': <function get_class_method at 0x78168accc0>,
1579
- 'get_filemtime': <function get_filemtime at 0x78168acb80>,
1580
- 'get_filesize': <function get_filesize at 0x78168ac9a0>,
1581
- 'int_to_chr': <function int_to_chr at 0x78168ac900>,
1582
- 'is_empty': <function is_empty at 0x78168ad260>,
1583
- 'is_iterable': <function is_iterable at 0x78168acfe0>,
1584
- 'is_valid_url': <function is_valid_url at 0x78168ac7c0>,
1585
- 'password_generator': <function password_generator at 0x78168ac680>,
1586
- 'random_bool': <function random_bool at 0x78168ac4a0>,
1587
- 'restart': <function restart at 0x78168af7e0>,
1588
- 'set_timeout': <function set_timeout at 0x78168af920>,
1589
- 'sets_ordered': <function sets_ordered at 0x78168afa60>,
1590
- 'str_cmp': <function str_cmp at 0x78168afb00>,
1591
- 'to_str': <function to_str at 0x78168acf40>,
1592
- 'choices': <function choices at 0x78168afba0>,
1593
- 'console_run': <function console_run at 0x78168afe20>,
1594
- 'input_char': <function input_char at 0x78168aff60>,
1595
- 'log': <function log at 0x78168d0180>,
1596
- 'print_colorize': <function print_colorize at 0x78168d0220>,
1597
- 'print_dir': <function print_dir at 0x78168d0360>,
1598
- 'print_log': <function print_log at 0x78168d0040>,
1599
- 'print_to_last_line': <function print_to_last_line at 0x78168afd80>,
1600
- 'text_colorize': <function text_colorize at 0x78168afec0>,
1601
- 'batch_calculate': <function batch_calculate at 0x780d9316c0>,
1602
- 'batchmaker': <function batchmaker at 0x780d932340>,
1603
- 'calculate': <function calculate at 0x780d932700>,
1604
- 'auto_reload': <function auto_reload at 0x780d9323e0>,
1605
- 'github_pull': <function github_pull at 0x780d9325c0>,
1606
- 'github_push': <function github_push at 0x780d932b60>,
1607
- 'github_user': <function github_user at 0x780d65a0c0>,
1608
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x780d65a160>,
1609
- 'poetry_publish': <function poetry_publish at 0x780d65a020>,
1610
- 'poetry_update_version': <function poetry_update_version at 0x780d67eb60>,
1611
- 'iargv': <function iargv at 0x780763c2c0>,
1612
- 'idumps': <function idumps at 0x780763c400>,
1613
- 'idumps_html': <function idumps_html at 0x78076a8e00>,
1614
- 'ienv': <function ienv at 0x780763c540>,
1615
- 'iexec': <function iexec at 0x78076a9080>,
1616
- 'ijoin': <function ijoin at 0x780d65a340>,
1617
- 'iloads': <function iloads at 0x78076a9120>,
1618
- 'iloads_html': <function iloads_html at 0x78076a93a0>,
1619
- 'iopen': <function iopen at 0x780d65a3e0>,
1620
- 'iprint': <function iprint at 0x78076a9260>,
1621
- 'irange': <function irange at 0x780d932520>,
1622
- 'ireplace': <function ireplace at 0x78076a9440>,
1623
- 'iscandir': <function iscandir at 0x78076ab060>,
1624
- 'isplit': <function isplit at 0x78076ab100>,
1625
- 'ivars': <function ivars at 0x78076ab1a0>}}
1586
+ 'PintUreg': <pint.registry.UnitRegistry object at 0x7d5af1b750>},
1587
+ 'function': {'avg': <function avg at 0x7d645b6d40>,
1588
+ 'basename': <function basename at 0x7d6457e8e0>,
1589
+ 'chr_to_int': <function chr_to_int at 0x7d60385080>,
1590
+ 'chunk_array': <function chunk_array at 0x7d603851c0>,
1591
+ 'create_folder': <function create_folder at 0x7d603853a0>,
1592
+ 'datetime_from_string': <function datetime_from_string at 0x7d60385580>,
1593
+ 'datetime_now': <function datetime_now at 0x7d6042d620>,
1594
+ 'dict_first': <function dict_first at 0x7d6042d580>,
1595
+ 'dirname': <function dirname at 0x7d6042d4e0>,
1596
+ 'exit_if_empty': <function exit_if_empty at 0x7d6042d3a0>,
1597
+ 'filter_empty': <function filter_empty at 0x7d6042d1c0>,
1598
+ 'get_by_index': <function get_by_index at 0x7d6042ce00>,
1599
+ 'get_class_method': <function get_class_method at 0x7d6042ccc0>,
1600
+ 'get_filemtime': <function get_filemtime at 0x7d6042cb80>,
1601
+ 'get_filesize': <function get_filesize at 0x7d6042c9a0>,
1602
+ 'int_to_chr': <function int_to_chr at 0x7d6042c900>,
1603
+ 'is_empty': <function is_empty at 0x7d6042d260>,
1604
+ 'is_iterable': <function is_iterable at 0x7d6042cfe0>,
1605
+ 'is_valid_url': <function is_valid_url at 0x7d6042c7c0>,
1606
+ 'password_generator': <function password_generator at 0x7d6042c680>,
1607
+ 'random_bool': <function random_bool at 0x7d6042c4a0>,
1608
+ 'restart': <function restart at 0x7d6042f7e0>,
1609
+ 'set_timeout': <function set_timeout at 0x7d6042f920>,
1610
+ 'sets_ordered': <function sets_ordered at 0x7d6042fa60>,
1611
+ 'str_cmp': <function str_cmp at 0x7d6042fb00>,
1612
+ 'to_str': <function to_str at 0x7d6042cf40>,
1613
+ 'choices': <function choices at 0x7d6042fba0>,
1614
+ 'console_run': <function console_run at 0x7d6042fe20>,
1615
+ 'input_char': <function input_char at 0x7d6042ff60>,
1616
+ 'log': <function log at 0x7d60450180>,
1617
+ 'print_colorize': <function print_colorize at 0x7d60450220>,
1618
+ 'print_dir': <function print_dir at 0x7d60450360>,
1619
+ 'print_log': <function print_log at 0x7d60450040>,
1620
+ 'print_to_last_line': <function print_to_last_line at 0x7d6042fd80>,
1621
+ 'text_colorize': <function text_colorize at 0x7d6042fec0>,
1622
+ 'batch_calculate': <function batch_calculate at 0x7d54e516c0>,
1623
+ 'batchmaker': <function batchmaker at 0x7d54e52340>,
1624
+ 'calculate': <function calculate at 0x7d54e52700>,
1625
+ 'auto_reload': <function auto_reload at 0x7d54e523e0>,
1626
+ 'github_pull': <function github_pull at 0x7d54e525c0>,
1627
+ 'github_push': <function github_push at 0x7d54e52b60>,
1628
+ 'github_user': <function github_user at 0x7d54b7a0c0>,
1629
+ 'pip_freeze_without_version': <function pip_freeze_without_version at 0x7d54b7a160>,
1630
+ 'poetry_publish': <function poetry_publish at 0x7d54b7a020>,
1631
+ 'poetry_update_version': <function poetry_update_version at 0x7d54b9eb60>,
1632
+ 'iargv': <function iargv at 0x7d50bfc2c0>,
1633
+ 'idumps': <function idumps at 0x7d50bfc400>,
1634
+ 'idumps_html': <function idumps_html at 0x7d50c68e00>,
1635
+ 'ienv': <function ienv at 0x7d50bfc540>,
1636
+ 'iexec': <function iexec at 0x7d50c69080>,
1637
+ 'ijoin': <function ijoin at 0x7d54b7a340>,
1638
+ 'iloads': <function iloads at 0x7d50c69120>,
1639
+ 'iloads_html': <function iloads_html at 0x7d50c693a0>,
1640
+ 'iopen': <function iopen at 0x7d54b7a3e0>,
1641
+ 'iprint': <function iprint at 0x7d50c69260>,
1642
+ 'irange': <function irange at 0x7d54e52520>,
1643
+ 'ireplace': <function ireplace at 0x7d50c69440>,
1644
+ 'iscandir': <function iscandir at 0x7d50c6b060>,
1645
+ 'isplit': <function isplit at 0x7d50c6b100>,
1646
+ 'ivars': <function ivars at 0x7d50c6b1a0>}}
1626
1647
  ```
1627
1648
 
1628
1649
  # CLASS
@@ -1662,7 +1683,7 @@ print(ExampleComparePerformance().compare_performance())
1662
1683
 
1663
1684
  Output:
1664
1685
  ```py
1665
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x78074542b0>,
1686
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x7d509ec2b0>,
1666
1687
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
1667
1688
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1668
1689
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
File without changes
File without changes
File without changes