opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
176 stars 43 forks source link

Make some methods private #234

Closed ocaballeror closed 6 years ago

ocaballeror commented 6 years ago

I went through the entire codebase looking for methods that should probably be private. These are the ones I found.

Fixes #225.

codecov[bot] commented 6 years ago

Codecov Report

Merging #234 into master will not change coverage. The diff coverage is 95%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   99.07%   99.07%           
=======================================
  Files          26       26           
  Lines        3477     3477           
  Branches      249      249           
=======================================
  Hits         3445     3445           
  Misses         20       20           
  Partials       12       12
Impacted Files Coverage Δ
osbrain/agent.py 97.69% <95%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7ebf4db...c4db571. Read the comment docs.