This file is indexed.

/usr/lib/python3/dist-packages/networkx/algorithms/flow/__init__.py is in python3-networkx 1.11-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
from .maxflow import *
from .mincost import *
from .edmondskarp import *
from .preflowpush import *
from .shortestaugmentingpath import *
from .capacityscaling import *
from .networksimplex import *
from .utils import build_flow_dict, build_residual_network